A demonstration project for REST API testing using CodeceptJS 3.4.1 with the REST helper. Uses reqres.in as mock API and supports Allure reporting and Grafana/Prometheus monitoring dashboard. This is a demo project, not a library for reuse. Version 1.1.22, no regular release cadence.
npm install codeceptjs-rest-demoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Clones the demo project, installs dependencies, and runs all REST API tests using CodeceptJS.
Upgrade Node.js to version 16 or higher.
Replace with a local mock server or another public API.
Ensure codecept.conf.js includes REST in helpers with endpoint and timeout.
Migrate to @allure-framework/allure-codeceptjs and update codecept.conf.js.
Run 'npm install codeceptjs --save-dev' in your project.
Add REST to helpers in codecept.conf.js with endpoint and timeout.
Run 'npm install -g allure-commandline' or add as devDependency.