kuceb / cypress-plugin-retries

A Cypress plugin to retry failed tests.
MIT License
237 stars 20 forks source link

chore(docs): Add usage - Set environment variable in cypress.json #33

Closed clarmso closed 4 years ago

clarmso commented 4 years ago

I've added an additional usage of this package. We can set the environment variable in cypress.json in addition to the other usages stated in the README.

I just tried this usage today and it worked.

kuceb commented 4 years ago

@clarmso nice addition, paired with the new --config-file argument this would be especially useful to enable retries only in CI

kuceb commented 4 years ago

Note: should have been uppercase 'RETRIES', have had many questions about that :D

kuceb commented 4 years ago

:tada: This PR is included in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: