Skip to content
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] Add method to link test with TMC (aka TestRail) #163

Open
djamknacker opened this issue Aug 19, 2021 · 0 comments
Open

[feature] Add method to link test with TMC (aka TestRail) #163

djamknacker opened this issue Aug 19, 2021 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@djamknacker
Copy link

djamknacker commented Aug 19, 2021

Feature request

Will be nice to get a way to post test-case link to TMS for a test during a run

Details

I can see there is a Parameters section on the test result view page which can be used for displaying links to the test case.
Or there is a description field that can also be used for this.

The easiest way to achieve this:
Provide a method to post any result to either parameter (key: value) section or description field

More elegant way:
Like in allure reporter add config option to set link and provide a method to pass test case id for a test
aka:
[ 'allure', { tmsLinkTemplate: 'https://link.testrail.net/index.php?/cases/view/{}', }, ],

@BorisOsipov BorisOsipov added enhancement New feature or request help wanted Extra attention is needed labels Feb 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants