bruno/packages/bruno-tests/collection/readme.md

16 lines
229 B
Markdown
Raw Normal View History

2024-01-29 09:04:55 +01:00
# 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
```