hurl/bin/test/test_integ.sh

19 lines
305 B
Bash
Raw Normal View History

2022-07-30 05:49:56 +03:00
#!/bin/sh
set -e
echo "----- integration tests -----"
2022-10-04 16:31:38 +03:00
# hurl infos
command -v hurl
command -v hurlfmt
hurl --version
hurlfmt --version
# integration tests
2022-07-30 05:49:56 +03:00
cd integration || exit
./integration.py
2022-10-17 17:22:42 +03:00
./test_curl_commands.sh
2022-07-30 05:49:56 +03:00
./test_html_output.py tests_ok/*.html tests_failed/*.html
./ad_hoc.sh
2022-08-04 17:46:39 +03:00
./report.py