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
1.44.0
"playwright.reuseBrowser": true,
The browser (chromium) should remain open once the test ends
The browser (chromium) closes itself when the test end
I've tried to add some page.pause() or tiemouts to keep the browser alive as long as possible but this doesn't seem to have any impact.
System: OS: macOS 14.1.1 Memory: 78.97 MB / 16.00 GB Binaries: Node: 22.1.0 - ~/.nvm/versions/node/v22.1.0/bin/node npm: 10.7.0 - ~/.nvm/versions/node/v22.1.0/bin/npm Languages: Bash: 3.2.57 - /bin/bash
The text was updated successfully, but these errors were encountered:
Do you have video enabled? This might be a duplicate of #30779.
video
Sorry, something went wrong.
I did have video: 'retain-on-failure', This appears to be a duplicate as removing the video on local env did "fix"
video: 'retain-on-failure',
No branches or pull requests
Version
1.44.0
Steps to reproduce
"playwright.reuseBrowser": true,
Expected behavior
The browser (chromium) should remain open once the test ends
Actual behavior
The browser (chromium) closes itself when the test end
Additional context
I've tried to add some page.pause() or tiemouts to keep the browser alive as long as possible but this doesn't seem to have any impact.
Environment
The text was updated successfully, but these errors were encountered: