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
ts
My configuration is in .ts files and when using the watch I get the error:
.ts
Error: No loader specified for extension ".ts"
The text was updated successfully, but these errors were encountered:
Same for me. The workaround is to keep your main playwright.config.js file as JavaScript. But you can use .ts for any other file and it works fine.
playwright.config.js
Sorry, something went wrong.
same as me. any support for ts?
No branches or pull requests
My configuration is in
.ts
files and when using the watch I get the error:The text was updated successfully, but these errors were encountered: