Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nusrat-sarmin/cypress_swag-labs
This repository contains automated end-to-end tests written using Cypress, an advanced JavaScript-based testing framework that enables efficient testing for web applications.
https://github.com/nusrat-sarmin/cypress_swag-labs
chai cypress javascript mocha nodejs visual-studio-code
Last synced: 18 days ago
JSON representation
This repository contains automated end-to-end tests written using Cypress, an advanced JavaScript-based testing framework that enables efficient testing for web applications.
- Host: GitHub
- URL: https://github.com/nusrat-sarmin/cypress_swag-labs
- Owner: Nusrat-Sarmin
- Created: 2024-10-28T20:20:38.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2024-10-28T21:21:48.000Z (18 days ago)
- Last Synced: 2024-10-28T21:26:44.128Z (18 days ago)
- Topics: chai, cypress, javascript, mocha, nodejs, visual-studio-code
- Language: HTML
- Homepage:
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cypress_Swag-Labs
# Prerequisite
Node.jsVisual studio code
Good internet connection
How to set up this project
Install Node.jsInstall Visual Studio code
Create folder for cypres project 4.open the folder in vs code
open vs code terminal and run the command:
```bash
npm init -y
```Install cypress
npm install cypress
```bash
npx cypress -v
open cypress
```
```bash
npx cypress open
```# View Report