- we support travis ci for now.
-
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
This project was inspired by cypress.io.
Copyright (c) 2020-present, jzsplk