0.10.2 • Published 2 years ago

qape v0.10.2

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

QApe

Build Status NPM NPM

QApe presentation

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.com

Get Started

Install QApe as local dependency

npm install --save-dev qape

Than you can run it like this

node_modules/.bin/qape -u https://www.example.com

Pass --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/*

Run QApe in Docker

You can use pre-built QApe docker image. Just set volumes to your report dir and you can pass any QApe CLI arguments at the end of docker run command and it will be passed to QApe inside. See example below.

docker run -v report:/home/qape/report qape/qape:latest --url https://www.docker.com

Guides

Developers

0.10.1

2 years ago

0.10.2

2 years ago

0.10.0

2 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago