mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 18:11:40 -07:00
* Move survey button to header - remove SurveyFab component as it's no longer a FAB - place button in heading - add tests - add pageStyles module * Add retry and timeout to failing test * Move survey button to bottom of page * Fix surveyButton failing a11y - udpate snapshots * Align survey button to Contact nav link |
||
|---|---|---|
| .. | ||
| fixtures | ||
| integration | ||
| plugins | ||
| support | ||
| README.md | ||
Cypress Tests
Debugging with VSCode
To debug Cypress tests:
- Open the
clientdirectory in vscode withcode client - In a terminal, run
npm startto start the site - In a separate terminal, run
npm run cy:opento open cypress with the debug port set to 9222 - Open a target test from the list
- Create breakpoints in your test code and/or source
- Run the
Debug Cypresscommand from the debug menu in VSCode