-
Is this possible?
Been tagging my Feature and Scenarios in that test file with @restart and it continues not to restart the browser when it begins on a new test file. Any other ideas on how to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
adudyak
Apr 19, 2023
Replies: 1 comment 2 replies
-
Browser is restarted between tests(between your _test.js/ts files). I assume, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first_test.js
Browser will be restarted before each scenario:second_test.js
Browser won't be restarted while running these scenarios:If you want to not restart browser between
first_test.js
andsecond_test.js
, then setrestart: false
in settings.https://codecept.io/helpers/Playwright/#restartbrowser