Package Exports
- qape
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qape) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
QApe

QApe is autonomous testing tool, which acts as a manual tester browsing your website, clicking anything it can and reporting any errors it finds with exact steps, how to reproduce it. It also automatically generates a script for regression test, which you can add to set of defined scenarios for QApe, so you will have regression test for every error it finds! The longer the QApe is testing your website, the more potentially problematic scenarios it knows and re-tests them with each run without any work from your side!
Give It a Try!
Take a look how QApe works!
npx qape --headless-mode-disabled -u https://www.example.comGet Started
Install QApe as local dependency
npm install --save-dev qapeThan you can run it like this
node_modules/.bin/qape -u https://www.example.comPass --headless-mode-disabled argument to watch QApe in action.
Preview Results
By default, QApe saves all scenarios causing an error to report folder. Reproducible errors are saved in format *-minified.json. Non-reproducible errors are saved in format *-not-reproduced.json. You can replay any of these scenarios like this
node_modules/.bin/qape --preview-mode report/*