Skip to content

zettpunkt79/cypress-cucumber-getting-started

Repository files navigation

Cypress Cucumber Getting Started

Cypress project readily preconfigured with

Installation

npm install

Recommended and preconfigured addons for VS Code

Opening Cypress

npm run cy:open

Test all features headlessly

npm test

Skip scenarios with @ignore tag

Powershell

$env:CYPRESS_TAGS = 'not @ignore' ; npm test

Bash

CYPRESS_TAGS="not @ignore" npm test

Reporting

JSON and HTML reports will be automatically saved in the cypress/reports folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published