Frank S.
Frank S.
The current `Application.stop` call looks like so: ```javascript if (!self.isRunning()) { return Promise.reject(Error('Application not running')); } ``` What this PR is requesting is to add in `chromedriver.stop()` to the above...
### What would you like? A flag similar to `screenshotOnRunFailure` but targeted at Test Replay so that we only upload replay data on test failure ### Why is this needed?...
**Is your feature request related to a problem? Please describe.** Exploring Playwright as a solution for our needs, and one of the things we utilize is a [reporter](https://github.com/bahmutov/cypress-slack-notify) that lets...
### Bug description I have a CLI report configured to only send results with `on-failure` but reports are still being sent when a Flaky test is being detected. My Playwright...