Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.