Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Cypress_Swag-Labs
# Prerequisite
Node.js

Visual studio code

Good internet connection

How to set up this project
Install Node.js

Install 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

Cypress_Project