Generate test report in build/

This commit is contained in:
Fabrice Reix 2023-10-10 14:14:04 +02:00 committed by hurl-bot
parent e843dc7785
commit b20813bc29
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 4 additions and 4 deletions

View File

@ -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 `

View File

@ -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 \