mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-13 06:54:54 +03:00
Generate test report in build/
This commit is contained in:
parent
e843dc7785
commit
b20813bc29
@ -2,11 +2,11 @@ Set-StrictMode -Version latest
|
|||||||
$ErrorActionPreference = 'Stop'
|
$ErrorActionPreference = 'Stop'
|
||||||
|
|
||||||
hurl --test `
|
hurl --test `
|
||||||
--report-html C:\tmp\ `
|
--report-html build\tmp\ `
|
||||||
--glob "tests_ok\test.*.hurl"
|
--glob "tests_ok\test.*.hurl"
|
||||||
|
|
||||||
hurl --test `
|
hurl --test `
|
||||||
--report-html C:\tmp\ `
|
--report-html build\tmp\ `
|
||||||
tests_ok\assert_base64.hurl `
|
tests_ok\assert_base64.hurl `
|
||||||
tests_ok\assert_header.hurl `
|
tests_ok\assert_header.hurl `
|
||||||
tests_ok\assert_json.hurl `
|
tests_ok\assert_json.hurl `
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
hurl --test \
|
hurl --test \
|
||||||
--report-html /tmp/ \
|
--report-html build/ \
|
||||||
--glob "tests_ok/test.*.hurl"
|
--glob "tests_ok/test.*.hurl"
|
||||||
|
|
||||||
hurl --test \
|
hurl --test \
|
||||||
--report-html /tmp/ \
|
--report-html build/ \
|
||||||
tests_ok/assert_base64.hurl \
|
tests_ok/assert_base64.hurl \
|
||||||
tests_ok/assert_header.hurl \
|
tests_ok/assert_header.hurl \
|
||||||
tests_ok/assert_json.hurl \
|
tests_ok/assert_json.hurl \
|
||||||
|
Loading…
Reference in New Issue
Block a user