Files
bruno/packages/bruno-lang
Antti Sonkeri 259eee184b Add support for defining tags in Bru files
Add a generic `list` block to Bru grammar that holds simple text values
in square brackets separated by newlines.

Example usage:

```
meta {
  name: Login
  type: http
  seq: 1
}

tags [
  smoke-test
  authentication
]

post {
  url: https://example.com/login
  body: json
}
```
2025-06-26 20:05:58 +03:00
..
2023-01-12 23:46:01 +05:30
2023-02-08 03:45:27 +05:30

bruno-lang

The language utils for working with .bru files

Publish to Npm Registry

npm publish --access=public