Dmitry Gozman
Dmitry Gozman
@TomYeoman I think this is not possible with "record new" option from the VSCode extension. However, you can engage test recorder from an arbitrary point of your script/test/setup, see [this...
@moumita30 You can learn about different timeouts in [this guide](https://playwright.dev/docs/test-timeouts). Unfortunately, we are not Jenkins or IIS experts, so we are not able to help with the Jenkins issue. If...
@moumita30 `timeout` in the config looks good and should work as expected. What does the error look like?
Closing because we lack the information to act on this issue. If you can provide a full repro, please file a new issue by filling the "Bug Report" template, and...
@aidvai-sp I managed to reproduce the issue with `@playwright/[email protected]`, but not with `@playwright/experimental-ct-svelte@next`, so it seems to be fixed in the recent release. I'd recommend to try a [canary release](https://playwright.dev/docs/canary-releases)...
@aidvai-sp Not sure how to help you here. There's probably something wrong with your setup, but I am not sure what. - Maybe you have a globally installed playwright somewhere?...
@aidvai-sp You can try running with `DEBUG=pw:test` environment variable, but I am not sure there are logs related to JSX compilation.
We have to reproduce this issue locally to be able to debug it. Unfortunately, the issue seems very specific to your setup. If you gather new information that could help...
@donPab I get a lot of errors in the console and blinking "P" when running it with `npm run start`. Example errors: ``` UNCAUGHT EXCPTION ReferenceError: fs is not defined...
@donPab I did not really understand your comment. Is there any question you'd like to ask? If not, I will close this issue, since it looks like no action item...