Skip to content

murilopmachado/qa-assignment-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QWIC QA-Assignment Test

Bellow some automations using Cypress focusing into more coverage with less scenarios for qwicengineering/qa-assignment.

Requirements:

Preparing and running QA-Assignment Application

Download the project:

In order to run the application we'll need to clone the repository and install dependencies:

git clone https://github.com/murilopmachado/qa-assignment-test

Install dependencies:

npm install

Run application:

npm start

Preparing and running QA-Assginment E2E Tests

With the application running we'll have to download the dependencies for tests, run and generate the report into HTML for further use.

To start navigate to qa-assignment-test/e2e and install dependencies:

npm install

Run tests:

npx cypress run

Generate reports:

npm run generate_reports

Screenshot

The report will be stored in mochawesome-report folder. Screenshot

It's possible to watch the videos from test runs inside cypress/videos folder aswell. Screenshot

About

Automated tests using Cypress running against QA-Assignment QWic application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published