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>