Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
knuthelv committed Oct 3, 2022
1 parent a28f343 commit 2c1c7dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ Registered as [module](https://deno.land/add_module)
To create a new release, push a new tag.

```shell
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
git tag -a v1.0.1 -m "Data-driven black box testing of Rest APis. No coding only json configurations."
git push origin v1.0.1
```

## Installation

Install command line script with [deno](https://deno.land/manual@v1.26.0/tools/script_installer)

```shell
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
deno install -f --allow-env --allow-read --allow-write --allow-net https://deno.land/x/black_box_testing@v1.0.1/scenario-black-box.ts
```

```text
Expand Down

0 comments on commit 2c1c7dd

Please sign in to comment.