Skip to content

@azure-rest/load-testing_1.0.1

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 20 Jan 09:35
307a1a9
chore(playwrighttesting): use playwright OSS types (#32319)

### Packages impacted by this PR

@azure/microsoft-playwright-testing

### Issues associated with this PR

Type changes by playwright OSS will impact
@azure/microsoft-playwright-testing SDK if relevant types are hardcoded.

Also fixes #32394

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

Instead of having playwright OSS types hardcoded in the package, we will
use the types provided by the playwright OSS package itself (Playwright
OSS is added as a peer dependency).

This also changes peer dependency version of playwright OSS to v1.47,
which is the minimum supported version of playwright OSS for this SDK.

### 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: Max Schmitt <max@schmitt.mx>