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
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/{}', }, ],
The text was updated successfully, but these errors were encountered:
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/{}', }, ],
The text was updated successfully, but these errors were encountered: