Skip to end of metadata
Go to start of metadata

Authentication Required

Both of these configurations will only work for browsers logged in using your account, but you can use authentication tokens to make this work for anonymous viewers. Check out the section on creating authentication tokens in the topic Building Links to Test Results for more information.

<script src="https://app.saucelabs.com/video-embed/YOUR_JOB_ID.js?auth=AUTH_TOKEN">
</script>

Embedding Pages for EU DC and Headless DC

To embed page for EU DC test you need to use `app.eu-central-1.saucelabs.com` domain

<script src="https://app.[eu-central-1|us-east-1].saucelabs.com/video-embed/YOUR_JOB_ID.js?auth=AUTH_TOKEN">
</script>

Embedding Full Test Pages

You can embed test pages in CI test results or other test reports. Using this format, add the HTML to any page where you need to embed test results, replacing YOUR_JOB_ID with the ID of the job you want:

<script src="https://app.saucelabs.com/job-embed/YOUR_JOB_ID.js">
</script>

Embedding the Video Player

In addition to full test results, you can embed videos as well. Using the format below, add the HTML to any page where you want to embed job videos, replacing YOUR_JOB_ID with the ID of the job you want:

<script src="https://app.saucelabs.com/video-embed/YOUR_JOB_ID.js">
</script>





  • No labels