templates.plan.viewSauceJobResult.ftl Maven / Gradle / Ivy
Sauce Job Result
[#if jobInformation?exists ]
Sauce Results for ${jobInformation.jobId}
[#else]
Unable to find a Sauce Job result for ${buildKey}.
Please verify that your Sauce tests are applying the value of the SAUCE_CUSTOM_DATA environment variable to the
selenium context, eg.
String bambooData = System.getProperty("SAUCE_CUSTOM_DATA");
this.selenium.setContext(bambooData);
[/#if]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy