Skip to main content

Black-box-testing

Data-driven black-box testing of Rest APIs. No code to write, only json files.

Black box testing with bug locator assistant

Uses Deno as runtime

Repo is registed in Deno

Registered as module

Repository has webhook to push to deno.

To create a new release, push a new tag.

git tag -a v0.9.2 -m "Data-driven black box testing of Rest APis. No coding only json configurations."
git push origin v0.9.2

Installation

Install command line script with deno

deno install -f --allow-env --allow-read --allow-write --allow-net https://deno.land/x/black_box_testing@v0.9.0/scenario-black-box.ts
-f overwrites existing installation

Follow advice to include to path deno bin folder to path, for example add to .bashrc:

export PATH="/Users/knut-helgevik/.deno/bin:$PATH"

Execute script

scenario-black-box -c config.json