/cypress-advanced-single-scenario-example

Advanced single scenario testing sample using Cypress

Primary LanguageJavaScriptMIT LicenseMIT

Best practice structure of cypress

Running test from command line

  • Install cypress on your project
  • dir$ ./node_modules/.bin/cypress run or dir$ $(npm bin)/cypress run
  • Example:cypress-best-practice-structure yazid$ ./node_modules/.bin/cypress run