Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asif-shahriar/cypress-automationpractice

An e-commerce automation project of Cypress and generated Allure report
https://github.com/asif-shahriar/cypress-automationpractice

allure-report cypress faker javascript mocha-chai nodejs shelljs

Last synced: about 1 month ago
JSON representation

An e-commerce automation project of Cypress and generated Allure report

Awesome Lists containing this project

README

        

# Cypress-AutomationPractice
## Prerequisites
* Install Nodejs 16.13.1
* Download Allure 2.17.2 and configure environment path
* Stable internet connection
## How to run this project
* Clone the repo
* Open terminal in the root folder
* Give following commands:
```
npm install
```
```
npm test run .\cypress\integration\pages\*
```
```
npx allure serve allure-results
```
## Screenshot
This is the snapshot of **Allure** report

![Screenshot_2](https://user-images.githubusercontent.com/71173675/157412830-03852635-79a1-4816-b7c1-c74ca9a88dcd.png)