1.0.5 • Published 4 years ago

cypress-ci-watcher v1.0.5

Weekly downloads
17
License
ISC
Repository
-
Last release
4 years ago

Cypress CI watcher

PRs Welcome Using TypeScript Tested with Jest

Support CI

  1. we support travis ci for now.

Get started

  1. 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]

  2. yarn install

3) yarn cypress-ci-watcher (you can run params as cypress run)

4) 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