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
I've looked at the library methods available and can't seem to find the method setTestCaseId which is a common method used across the different report portal agent js type libraries. There is however an addAttribute method but can't figure out which attribute corresponds to the test case id in report portal
Trying to set the test case id explicitly instead of it being set to the code reference which breaks on codebuild because each launch has a different build-id so launches don't link up and ReportPortal loses most of its benefits especially the history line.
Describe in more detail the problem you have been experiencing, if necessary.
Code To Reproduce Issue [ Good To Have ]
Please remember that, with sample code; it's easier to reproduce bug and much faster to fix it.
The text was updated successfully, but these errors were encountered:
The problem
I've looked at the library methods available and can't seem to find the method setTestCaseId which is a common method used across the different report portal agent js type libraries. There is however an addAttribute method but can't figure out which attribute corresponds to the test case id in report portal
Environment
Details
Trying to set the test case id explicitly instead of it being set to the code reference which breaks on codebuild because each launch has a different build-id so launches don't link up and ReportPortal loses most of its benefits especially the history line.
Describe in more detail the problem you have been experiencing, if necessary.
Code To Reproduce Issue [ Good To Have ]
Please remember that, with sample code; it's easier to reproduce bug and much faster to fix it.
The text was updated successfully, but these errors were encountered: