- Clone the repository using git clone https://gitlab.com/kaushi.mr/webdriverio.git
- Open Visual Studio Code Ide and open the cloned project
- Install all the dependencies using npm i
- Open the terminal.
- To execute the feature file in the terminal, run the npm command npm run test
- Once the test is executed, to generate and view the allure report, run the npm command npm run allure-reports
Note: Few hard waits have been used for debug and for the ease of visuals, it can be commented out later.