Skip to content

bahmutov/cypress-visited-urls-example

Repository files navigation

cypress-visited-urls-example

An example project for:

Visited URLs collection

This example projects collects every URL visited by every test using the cypress-visited-urls plugin. By default, URLs are not collected, they are collected when running on CI only, see cypress.config.js file. The tests run in parallel on CI, and the results are merged into a single visited URLs file, see ci.yml file.

The result is committed back to the repo and is available as cypress-visited-urls.json

About

Example collecting all URLs visited during Cypress E2E specs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published