mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-18 02:30:58 +01:00
16 lines
229 B
Markdown
16 lines
229 B
Markdown
|
# bruno-sanity collection
|
||
|
|
||
|
API Collection to run sanity tests on Bruno.
|
||
|
|
||
|
### Test
|
||
|
|
||
|
```bash
|
||
|
npm i @usebruno/cli -g
|
||
|
|
||
|
# Test locally
|
||
|
bru run --env Local
|
||
|
|
||
|
# Test on production
|
||
|
bru run --env Prod --output junit.xml --format junit
|
||
|
```
|