From 1c943b7e6ec217de70df87428a381c8c065905ff Mon Sep 17 00:00:00 2001 From: Siddharth Singha Roy Date: Mon, 18 Nov 2024 16:20:43 +0530 Subject: [PATCH] chore(playwrighttesting): add useCloudHostedBrowser option in service 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 --- .../create-microsoft-playwright-testing/CHANGELOG.md | 2 +- .../create-microsoft-playwright-testing/src/initialize.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md b/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md index 621f76dc8c36..9303d6adfb32 100644 --- a/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md +++ b/sdk/playwrighttesting/create-microsoft-playwright-testing/CHANGELOG.md @@ -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 diff --git a/sdk/playwrighttesting/create-microsoft-playwright-testing/src/initialize.ts b/sdk/playwrighttesting/create-microsoft-playwright-testing/src/initialize.ts index d830236961cd..49945b88d1ad 100644 --- a/sdk/playwrighttesting/create-microsoft-playwright-testing/src/initialize.ts +++ b/sdk/playwrighttesting/create-microsoft-playwright-testing/src/initialize.ts @@ -130,6 +130,7 @@ export default defineConfig( exposeNetwork: '', timeout: 30000, os: ServiceOS.LINUX, + useCloudHostedBrowsers: true // Set to false if you want to only use reporting and not cloud hosted browsers }), { /*