playwright
playwright copied to clipboard
[Feature] Disable pause() when running playwright tests on remote browsers
Let us know what functionality you'd like to see in Playwright and what your use case is.
Sometimes 'pause()' is left unintentionally in the code. When the tests are run on remote browser, they don't get executed. If tests are run on remote browser, automatically disable pause()
Do you think others might benefit from this as well? Yes
I consider it a good stuff. There could be an additional parameter in the config, similar to forbidOnly
to handle this.
Looking forward to forbidPause
. This will save us a lot of time in the CI.
i use 1.37.1 version but mi azure ci stop when reach pause()
sorry i ised in a pge fil await this.page.pause() command and my ci stopped due to this