Closed mach6 closed 8 years ago
Update: the old path /jobs
still works too.
Code in question: https://github.com/paypal/SeLion/blob/develop/client/src/main/java/com/paypal/selion/internal/platform/grid/SauceLabsHelper.java#L113-L125
Perhaps the issue I was seeing is when SeLion is running through the SeLion Enhanced Grid with -type sauce
.. trying this...
Well, I can't reproduce the issue with SeLion Enhanced Grid (-type sauce
) either.. This might be an invalid issue that I initially saw here. Will close this after some more digging, if that ends up being the case.
issue here was the selenium host
was not actually sauce and the config parameter -DSELION_SELENIUM_USE_SAUCELAB_GRID=true
was used. This produced an invalid sauce report link, as it should
SeLion will embed a saucelabs url in the report when running against sauce. The current url is
String.format("https://saucelabs.com/jobs/%s?auth=%s", sessionid, encodedToken);
which seems to be incorrect according to - https://wiki.saucelabs.com/display/DOCS/Embedding+Test+Results+in+HTML+Pages