Skip to content

Commit

Permalink
chore(playwrighttesting): add useCloudHostedBrowser option in service…
Browse files Browse the repository at this point in the history
… config (#31804)

### Packages impacted by this PR

@azure/create-microsoft-playwright-testing

### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

---------

Co-authored-by: Siddharth Singha Roy <[email protected]>
  • Loading branch information
Sid200026 and Siddharth Singha Roy authored Nov 18, 2024
1 parent f1ad6e1 commit 1c943b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.2 (2024-11-18)
## 1.0.0-beta.2 (2024-11-19)

This release improves compatibility with modern JavaScript environments by migrating the package to ECMAScript modules and Vitest

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export default defineConfig(
exposeNetwork: '<loopback>',
timeout: 30000,
os: ServiceOS.LINUX,
useCloudHostedBrowsers: true // Set to false if you want to only use reporting and not cloud hosted browsers
}),
{
/*
Expand Down

0 comments on commit 1c943b7

Please sign in to comment.