gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
47 stars 42 forks source link

SauceLabs integration #117

Closed d-rede closed 1 year ago

d-rede commented 1 year ago

What would you like the TestRail CLI to be able to do?

SauceLabs provides the saucectl command line interface, which outputs JUnit reports with sessions information.

Using a new special JUnit parser, the session data can be imported to TestRail, enabling navigation from the test results to the SauceLabs sessions, in order to debug any issues.

Why is this feature necessary on the TestRail CLI?

Enable integration with SauceLabs.

More details

No response

Interested in implementing it yourself?

Yes