This repository contains the automated UI task provided in the assessment.
- TypeScript
- Cypress
- Cucumber
- GitHub
- Gherkin
- cypress-cucumber-preprocessor
- Have an IDE installed on your computer to be able to view the code locally.
- Node.js v16+
- To prepare VS Code, install Cucumber (Gherkin) Full Support from market place.
- Open a command line terminal (Git bash preferrably) and navigate to a directory where you would like to save the working directory using cd.
- Accept the GitHub repository contributor request and clone the repository with
git clone https://github.com/wale-prog/Web-task.git- To get the curent working tree
git fetch --allthen checkout to "dev" branch.
- Install dependecies by running
npm installTo run the test and generate report run the following command:
npm testI have implemented cucumber html reporter and it will display the test report after test run on your default browser.
👤 Olawale Olapetan
- GitHub: @wale-prog
- Twitter: @Wale_Petan
- LinkedIn: @walepetan
- GitLab: @wale-prog
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!