Closed kgress closed 5 years ago
With older version of junit, setting up a rule for the test was the easiest way to capture test data. With junit 5, rules are no longer used. This could quite possibly be the best direction: https://junit.org/junit5/docs/current/user-guide/#launcher-api-discovery
Summary
In order for test results to appear as a pass/fail in Sauce, we need to implement the update_job method in the Sauce Labs REST API, as seen here.
A/C