From edd0ff16745f63332c6da7ce2b9e1724ab0f218d Mon Sep 17 00:00:00 2001 From: Leo Booth Date: Thu, 18 Jul 2024 17:52:42 -0500 Subject: [PATCH] updated .gitignore and quickstart instructions --- .gitignore | 2 ++ cypress/support/quickstart.txt | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 4a12a96..5be1425 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ replay_pid* node_modules/ screenshots/ + +.idea/ diff --git a/cypress/support/quickstart.txt b/cypress/support/quickstart.txt index ed6d1fb..458b721 100644 --- a/cypress/support/quickstart.txt +++ b/cypress/support/quickstart.txt @@ -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