test(integration): reorganize Hurl integration tests
This commit is contained in:
parent
368ff80ef3
commit
15020e9878
18 changed files with 154 additions and 10 deletions
12
tests/hurl_integration/run_all_scenarios.sh
Executable file
12
tests/hurl_integration/run_all_scenarios.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
set -eou pipefail
|
||||
|
||||
project_root="$(dirname $(cargo locate-project | jq -r .root))"
|
||||
scenarios_dir="$project_root/tests/hurl_integration/scenarios"
|
||||
|
||||
ls -1 $scenarios_dir | while read line
|
||||
do
|
||||
$project_root/tests/hurl_integration/run_scenario.sh $line
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue