Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewrporter/cypress-health-check
Simple page health check test suite powered by Cypress and CircleCI
https://github.com/andrewrporter/cypress-health-check
ci circleci cypress health-check test-automation
Last synced: 2 days ago
JSON representation
Simple page health check test suite powered by Cypress and CircleCI
- Host: GitHub
- URL: https://github.com/andrewrporter/cypress-health-check
- Owner: AndrewRPorter
- Created: 2022-01-19T01:03:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T01:10:53.000Z (over 2 years ago)
- Last Synced: 2024-11-29T15:54:38.318Z (about 1 month ago)
- Topics: ci, circleci, cypress, health-check, test-automation
- Language: JavaScript
- Homepage:
- Size: 4.87 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/AndrewRPorter/cypress-health-check/tree/main.svg?style=svg)](https://circleci.com/gh/AndrewRPorter/cypress-health-check/tree/main)
# Site health checks
Test site health, ensuring your pages are sending proper response codes.
## Usage
Fork this repository and update the `SITES_TO_TEST` list in `cypress/support/constants.js`.
Verify that your tests pass with:
```
yarn test
```Once the list is updated you can push the changes to your forked repo and create a CircleCI project. Visit [CircleCI](https://app.circleci.com) to get started.
You can also edit your CircleCI [account notification settings](https://app.circleci.com/settings/user/notifications) to send you emails when your builds fail.