kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

Add pass/fail SauceLabs test status when reporting results #5

Closed kgress closed 5 years ago

kgress commented 5 years ago

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

kgress commented 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

kgress commented 5 years ago

https://junit.org/junit5/docs/current/user-guide/#extensions-test-result-processing