Skip to content

Commit

Permalink
README: Updating example for Parallel Execution (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Hinderberger authored Jul 4, 2024
1 parent 3bf6f63 commit 322cf9e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,14 +433,12 @@ Using `"0@file.json"` will not run that specific test.

```yaml
{
"name": "Binary Comparison",
"request": {
"endpoint": "suggest",
"method": "GET"
},

// Path to binary file with N@
"response": "123@simple.bin"
"name": "Example Manifest",
"tests": [
"@setup.json",
"123@foo.json",
"@cleanup.json"
]
}
```

Expand Down

0 comments on commit 322cf9e

Please sign in to comment.