Skip to content

pawelgiczewski/cypress-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Starter Project Build Status

Template for testing project using Cypress, Cucumber and Typescript. Contains demo feature / scenarios

IMPORTANT: in order to easily demo external API mocking, chrome websecurity is turned off in cypress.json

Usage hints

  • running with tags npm run cypress:run:tags -e TAGS='@all' (you can use tags expressions e.g. '@all or not @ignore')