cypress-ci-watcher
v1.0.5
Published
get cypress test report in ci and send to your slack channel
Downloads
9
Readme
Cypress CI watcher
Support CI
- we support travis ci for now.
Get started
to run the cypress watcher locally, you should have a slack webhook url and save it in env
SLACK_WEBHOOK_URL_ME=[secure]
or you can set it in your ci provider as
SLACK_WEBHOOK_URL_ME=[secure]
yarn install
yarn cypress-ci-watcher (you can run params as cypress run)
then your cypress will run, and if cypress test failed, you should see a message in slack channel you set webhook rul
you can use the cypress run params to add config to cypress: like --spec to decide which folder you want to test see cypress run commands
License
This project was inspired by cypress.io.
Copyright (c) 2020-present, jzsplk