mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 22:18:33 +00:00
feat: added support for collection/folder/request scripts
This commit is contained in:
12
packages/bruno-tests/sequential_exec/bruno.json
Normal file
12
packages/bruno-tests/sequential_exec/bruno.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "sequential_exec",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
],
|
||||
"scripts": {
|
||||
"flow": "sequential"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user