Skip to content

Commit

Permalink
updated .gitignore and quickstart instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
leobooth committed Jul 18, 2024
1 parent 61e8797 commit edd0ff1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ replay_pid*
node_modules/

screenshots/

.idea/
6 changes: 6 additions & 0 deletions cypress/support/quickstart.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ npm install cypress

npx cypress open
* open Cypress in UI mode
* allows you to create default files for Cypress e2e or component testing

npx cypress run
* run Cypress in headless mode

cypress.config.js
e2e
experimentalStudio: true
* allows use of Cypress selector playground to find selectors

command line options:
--browser [name of browser]
* use a specific browser
Expand Down

0 comments on commit edd0ff1

Please sign in to comment.