You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install playwright for VS code version 1.1.1 extension.
Either:
Go to the text explorer or file explorer
Run a test in debug via right-mouse button and 'Debug test'
OR
Go to the terminal
Enter the following command: npx playwright test 'testfile' --debug
Expected behavior
The test starts and runs in debug and breaks on breakpoints.
Actual behavior
Test runs from test explorer:
The session does not start and the test indicaties a start-up spinner animation in the test explorer.
It is also not possible to stop the test from being initiated and the user is forced to restart VS Code.
Test runs via terminal:
The session starts but breaks on the beforeEach section of the test. The user can manually resume the test by pressing resume in the debug window.
Additional context
A roll back to version 1.0.22 resolved the issue.
Since i did not know at first hand that playwright was updated, I tried several things that did not resolve the issue:
Reinstall playwright
Reinstall VSCode
Environment
Playwright 1.1.1
The text was updated successfully, but these errors were encountered:
Version
1.1.1
Steps to reproduce
Either:
OR
Expected behavior
The test starts and runs in debug and breaks on breakpoints.
Actual behavior
Test runs from test explorer:
The session does not start and the test indicaties a start-up spinner animation in the test explorer.
It is also not possible to stop the test from being initiated and the user is forced to restart VS Code.
Test runs via terminal:
The session starts but breaks on the beforeEach section of the test. The user can manually resume the test by pressing resume in the debug window.
Additional context
A roll back to version 1.0.22 resolved the issue.
Since i did not know at first hand that playwright was updated, I tried several things that did not resolve the issue:
Environment
The text was updated successfully, but these errors were encountered: