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 <ssingharoy@microsoft.com>
This commit is contained in:
Родитель
f1ad6e1e6b
Коммит
1c943b7e6e
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
}),
|
||||
{
|
||||
/*
|
||||
|
|
Загрузка…
Ссылка в новой задаче