Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asif-shahriar/cypress-automationpractice
- Owner: asif-shahriar
- Created: 2022-03-09T08:36:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-12T05:53:44.000Z (almost 3 years ago)
- Last Synced: 2023-10-23T08:24:12.742Z (about 1 year ago)
- Topics: allure-report, cypress, faker, javascript, mocha-chai, nodejs, shelljs
- Language: JavaScript
- Homepage: http://automationpractice.com/index.php
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)