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
We only set the output path to test-reports but we also generate other files into this folder (like the coverage report).
We now want to parse only the test reports.
I searched for how the file name is constructed in the code, but could not find it. It's also not mentioned in the README.
I generate a report an get something like TEST-MyTestCase-20230104183332.xml.
So am I right to assume that TEST- is always used as prefix? So the right pattern would be ./test-reports/TEST-*.xml?
The text was updated successfully, but these errors were encountered:
We only set the output path to
test-reports
but we also generate other files into this folder (like the coverage report).We now want to parse only the test reports.
I searched for how the file name is constructed in the code, but could not find it. It's also not mentioned in the README.
I generate a report an get something like
TEST-MyTestCase-20230104183332.xml
.So am I right to assume that
TEST-
is always used as prefix? So the right pattern would be./test-reports/TEST-*.xml
?The text was updated successfully, but these errors were encountered: