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

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

The newest version!


    Sauce Results
    
    



Sauce Results

[#if jobInformation?exists ]

The following Sauce Jobs were executed as part of this build:

[#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_BAMBOO_BUILDNUMBER environment variable to the selenium context, eg.

    String bambooData = System.getenv("SAUCE_BAMBOO_BUILDNUMBER");
    this.selenium.setContext(bambooData);
    
[/#if]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy