All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.plan.viewSauceOnDemand.ftl Maven / Gradle / Ivy

The newest version!


    Sauce Results
    


[@cp.resultsSubMenu selectedTab='sauce' /]

[#if jobInformation?exists ]

    [#list jobInformation as job]
        
    [/#list]
Job Name OS/Browser Pass/Fail Job Links
${job.jobId} ${job.getName()} ${job.getOs()} ${job.getBrowser()} ${job.getVersion()} ${job.getStatus()} Video - Logs
[#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