puneetpunj / cypress-cucumber-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cypress-cucumber-framework

Execute below command to install the dependencies

npm install

Execute any of below command to execute tests in respective environment.

Environment details can be setup in cypress/config directory

    npm run cypress:open:local
    npm run cypress:open:prod
    npm run cypress:open
    npm run test:local
    npm run test:prod

About


Languages

Language:JavaScript 94.8%Language:Gherkin 5.2%