Skip to content

jessicaschelly/open-trivia-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA Automation - Open Trivia DB

This is an automation test using Cypress. It provides the following automated tests for the search and generate API URl features of the website https://opentdb.com/.

Installation

This automation requires Node.js to run.

Install the dependencies

$ cd open-trivia-cypress
$ npm install 

How to run

Run tests:

$ npm run cypress:run

Run reports (needs to run after tests):

$ npm run cypress:report

Run tests and report:

$ npm run cypress:run:report

Open Cypress interface:

$ npm run cypress:open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published