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/.
This automation requires Node.js to run.
Install the dependencies
$ cd open-trivia-cypress
$ npm install
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