How to Set up this framework
- Install node.js and set up the environment variable
- Install visual studio code
- Clone this project from git using git clone [email protected]:theRohit012/CyCucumber.git
- Open this project into the visual studio code
- Install plugin Cucumber (Gherkin) Full support in Visual Studio Code
- Open terminal and run npm install to download all the dependencies
- Open terminal and run npx cypress open to open test Runner and set up.
- User Test runner to run the test cases or use npx cypress run to run using terminal.