Skip to content

a tool to watch report of cypress tests and send result to slack

Notifications You must be signed in to change notification settings

jzsplk/cypress-ci-watcher

Repository files navigation

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

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

  2. 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

About

a tool to watch report of cypress tests and send result to slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published