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
The reports index (target/xspec-report/index.html) is not correct:
2) Compilation error
The missing test doesn't appear in the reports index:
It used to be there in version 1.5.1
Note that the folder target\xspec-reports\identity-2_test.xspec is created but is almost empty.
The text was updated successfully, but these errors were encountered:
The same seems to happen if you have an XSLT that throws an error via fn:error() or <xs:template terminate="yes"> when that scenario doesn't have catch="yes" set. It also prevents the next tests in that file from taking place, which isn't ideal, but less of an issue in my eyes.
Also because of this, the surefire results don't indicate any issues in builds. People who have set the property testFailureIgnore to true, because they have their build server analyze the Surefire results after the build to check whether it became unstable, might not notice this or push problematic artifacts to the server.
Here are 2 "missed" tests (originaly from issue #13):
1) Run-time error
The reports index (
target/xspec-report/index.html
) is not correct:2) Compilation error
The missing test doesn't appear in the reports index:
It used to be there in version 1.5.1
Note that the folder
target\xspec-reports\identity-2_test.xspec
is created but is almost empty.The text was updated successfully, but these errors were encountered: