Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wale-prog/Web-task

Repository files navigation

Web Task

This repository contains the automated UI task provided in the assessment.

Built With

  • TypeScript
  • Cypress
  • Cucumber
  • GitHub
  • Gherkin
  • cypress-cucumber-preprocessor

Demo

Video walkthrough

Prerequisites

  • Have an IDE installed on your computer to be able to view the code locally.
  • Node.js v16+

Setup

  • 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 --all

then checkout to "dev" branch.

  • Install dependecies by running
 npm install

Running tests locally and generating reports

To run the test and generate report run the following command:

npm test

I have implemented cucumber html reporter and it will display the test report after test run on your default browser.

Author

👤 Olawale Olapetan

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published