Skip to main content
Deno 2 is finally here 🎉️
Learn more

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

Installation

Install command line script with deno

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

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