lohit e34e2ec1f1
feat: support object and array interpolation in bruno-common interpolate fn (#4519)
---------
Co-authored-by: Pooja Belaramani <pooja@usebruno.com>
Co-authored-by: lohit jiddimani <lohitjiddimani@lohits-MacBook-Air.local>
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2025-04-18 00:47:02 +05:30
..
2024-01-29 13:34:55 +05:30
2024-01-29 13:34:55 +05:30
2024-01-29 13:36:45 +05:30

bruno-tests

This package is used to test the Bruno CLI. We have a collection that sits in the collection directory.

Test Server

This will start the server on port 80 which exposes endpoints that the collection will hit.

# install node dependencies
npm install

# start server
npm start

Run Bru CLI on Collection

cd collection

# run collection against local server
node ../../bruno-cli/bin/bru.js run --env Local --output junit.xml --format junit

# run collection against prod server hosted at https://testbench.usebruno.com
node ../../bruno-cli/bin/bru.js run --env Prod --output junit.xml --format junit

License

MIT