Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 616 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 616 Bytes

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