You are on page 1of 1

Description Commands

run all tests npx cypress run


run one test npx cypress run --record --spec "cypress/e2e/Test1.cy.js"
run test without electron npx cypress run --headed
run test in chrome cypress run --browser chrome
opne sypress runner node_modules\.bin\cypress open

tagname[attribute=value] input[type='search']

You might also like