We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@playwright/test@next
Ref #4479. In order to run Playwright in TypeScript projects with a playwright.config.ts file, we need to use @playwright/test@next, hence this file: https://github.com/sveltejs/kit/blob/master/packages/create-svelte/shared/%2Bplaywright%2Btypescript/package.json
playwright.config.ts
Ideally we'd be using a stable version instead.
Remove the file once 1.21 is released
No response
nice to have
The text was updated successfully, but these errors were encountered:
Ref to keep track of playwright 1.21 release: https://github.com/microsoft/playwright/releases
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the problem
Ref #4479. In order to run Playwright in TypeScript projects with a
playwright.config.ts
file, we need to use@playwright/test@next
, hence this file: https://github.com/sveltejs/kit/blob/master/packages/create-svelte/shared/%2Bplaywright%2Btypescript/package.jsonIdeally we'd be using a stable version instead.
Describe the proposed solution
Remove the file once 1.21 is released
Alternatives considered
No response
Importance
nice to have
Additional Information
No response
The text was updated successfully, but these errors were encountered: