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
Hi.
For your information, the fact ts-node and playwright both try to transpile typescript and play with the sourcemap, the stack trace is not reliable.
See for instance the fork I made here https://github.com/Konubinix/cucumber-playwright/tree/show-stack-trace-error
Run npm test
The error is show like this
It points to custom-world.ts at line 11, while the error is actually at line 30.
I already pointed out the issue in playwright (see microsoft/playwright#26346). So far, I doubt there is an easy workaround.
Trying to find out how people mitigated the issue, I found out that peolpe apparently did not notice it. So I figured I should warn you.
Hopefully you will help contribute in using playwright in cucumber confortable.
My best,
The text was updated successfully, but these errors were encountered:
For your information, a pull request is ongoing to fix that issue.
Also, I added a workaround in case you cannot upgrade playwright.
Sorry, something went wrong.
No branches or pull requests
Hi.
For your information, the fact ts-node and playwright both try to transpile typescript and play with the sourcemap, the stack trace is not reliable.
See for instance the fork I made here https://github.com/Konubinix/cucumber-playwright/tree/show-stack-trace-error
Run npm test
The error is show like this
It points to custom-world.ts at line 11, while the error is actually at line 30.
I already pointed out the issue in playwright (see microsoft/playwright#26346). So far, I doubt there is an easy workaround.
Trying to find out how people mitigated the issue, I found out that peolpe apparently did not notice it. So I figured I should warn you.
Hopefully you will help contribute in using playwright in cucumber confortable.
My best,
The text was updated successfully, but these errors were encountered: