Gleb Bahmutov
Gleb Bahmutov
You can use testFiles option in headed mode Sent from my iPhone > On Oct 25, 2019, at 17:04, David Luzar wrote: > > > @bahmutov yes, I'm doing...
@ginna-baker you can do first "sanity" run with Cypress before running all tests, something like this ```shell npx cypress run --spec cypress/integration/sanity-spec.js npx cypress run ```
Sure, can you submit a pull request to add this?
What about timeout ? Sent from my iPhone > On Oct 14, 2022, at 12:01, ninadkambli ***@***.***> wrote: > > > There are some scenarios where we want to...
What would be a typical use case for this? Try until it ends but does not fail? Sent from my iPhone > On Oct 14, 2022, at 13:36, ninadkambli ***@***.***>...
Code in https://github.com/bahmutov/cypress-await-example
cool, will update the updater snippet at some point
Might be same as #23
Sorry for long silence, was busy with other stuff. I added github repo support for dependents names (see https://github.com/bahmutov/dont-break/issues/44), which is exactly what was needed in this case. I have...
Also, instead of copying this module's files, remove the existing package in the dependent and then run `npm install `