You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the test suite this way. ginkgo --junit-report=$JUNIT_OUTPUT -v -p ./test/validation
And JUNIT_OUTPUT="${JUNIT_OUTPUT:-/tmp/artifacts/unit_report.xml}"
When I do not set JUNIT_OUTPUT the default location should be taken. But I get the following error.
open <fullpath-test-suite>/test/validation/tmp/artifacts/unit_report.xml: no such file or directory
In [ReportAfterSuite] at: <fullpath-test-suite>/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go:155 @ 03/02/23 12:37:16.348
------------------------------
Summarizing 1 Failure:
[FAIL] [ReportAfterSuite] Autogenerated ReportAfterSuite for --junit-report
<fullpath-test-suite>/vendor/github.com/onsi/ginkgo/v2/reporting_dsl.go:155
Can anyone tell me what is wrong here?
The Ginkgo version is 2.5.1 and I tried 2.8.4 also, no luck.
The text was updated successfully, but these errors were encountered:
I am running the test suite this way.
ginkgo --junit-report=$JUNIT_OUTPUT -v -p ./test/validation
And
JUNIT_OUTPUT="${JUNIT_OUTPUT:-/tmp/artifacts/unit_report.xml}"
When I do not set
JUNIT_OUTPUT
the default location should be taken. But I get the following error.Can anyone tell me what is wrong here?
The Ginkgo version is 2.5.1 and I tried 2.8.4 also, no luck.
The text was updated successfully, but these errors were encountered: