mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-11 02:40:26 +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'
|
||||
|
||||
hurl --test `
|
||||
--report-html C:\tmp\ `
|
||||
--report-html build\tmp\ `
|
||||
--glob "tests_ok\test.*.hurl"
|
||||
|
||||
hurl --test `
|
||||
--report-html C:\tmp\ `
|
||||
--report-html build\tmp\ `
|
||||
tests_ok\assert_base64.hurl `
|
||||
tests_ok\assert_header.hurl `
|
||||
tests_ok\assert_json.hurl `
|
||||
|
@ -2,11 +2,11 @@
|
||||
set -Eeuo pipefail
|
||||
|
||||
hurl --test \
|
||||
--report-html /tmp/ \
|
||||
--report-html build/ \
|
||||
--glob "tests_ok/test.*.hurl"
|
||||
|
||||
hurl --test \
|
||||
--report-html /tmp/ \
|
||||
--report-html build/ \
|
||||
tests_ok/assert_base64.hurl \
|
||||
tests_ok/assert_header.hurl \
|
||||
tests_ok/assert_json.hurl \
|
||||
|
Loading…
Reference in New Issue
Block a user