-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Expand testCaseIDMatcher to work with annotations #78
Comments
@Az8th @alex_neo/[email protected] also you can read README about version |
Waow ! Nice work, will test it today ;) |
@alexneo2003 Works like a charm, thanks for your work ! Just wondering if There is only one thing that I can't recover from my prior setup though, in order to have the - task: PublishTestResults@2
displayName: "Tests reports publication on Azure"
condition: eq(variables['initDone'], 'true')
inputs:
searchFolder: "Reports"
testResultsFiles: "e2e-junit-results.xml"
testResultsFormat: "JUnit"
mergeTestResults: true
failTaskOnFailedTests: false
testRunTitle: "${{parameters.project}} Playwright tests" And use this reporter in the Playwright config file : Nevetheless, as this task also creates a test run, I removed it to avoid duplicates, but the tab is no longer visible on my pipeline run. What is strange is that both |
If you have some question I'll try to answer for it, if I am aware of it. If not - lets deploy current feature |
Thanks for your answers, I understand the backward compatibility importance, feel free to close the issue when it is officialy released ;) |
Hello,
I just seen that #76 was resolved, thanks for the improvement !
As I realised that it was very close to the initial purpose of #55, except it would focus on annotations rather than tags, would it be possible to add the support for it please ?
It would be much less visible on the main page of the test report, but would still be visible when reviewing a specific test, with the possibility to directly add a clickable link to the test plan.
Example:
Using the new matcher
If needed, a parameter to specify where to search ID between tag, titles or annotations could be added
Specifying test ID using annotation
The text was updated successfully, but these errors were encountered: