Viewing Test Results
After you run a test, you can view the results on the Test Results page. From there, you can:
- Watch a video recording of the test
- View screenshots of the test
- Review the commands that were issued
- Read the test log
- View the test metadata
What You'll Need
- A Sauce Labs account (Log in or sign up for a free trial license).
Live Test Results
Sauce Labs provides live test results for both real and virtual devices.
To view live test results:
- In Sauce Labs, in the left panel, click Live and then click Test Results.

- On the Test Results page, select Virtual Cloud or Real Devices from the dropdown list.

- In the Test Results results list, click a test to view its details. For more information, see Screenshots, Commands, Logs, and Metadata.

Filtering Live Test Results
You can filter live test results by owner. If the Enable Job Visibility Across Teams organization setting is enabled, the filter dropdown list will include all owners in your organization. If it is disabled, you will only see the owners on your team. For more information about this setting, see Security Settings.

Automated Test Results
To view automated test results:
- On Sauce Labs, in the left panel, click Automated and then click Test Results.
- On the Test Results page, select Virtual Cloud or Real Devices from the dropdown list.
- In the Test Results results list, click a test to view its details. For more information, see Screenshots, Commands, Logs, and Metadata.
- To view and manage the results of past automated tests and builds, on Sauce Labs, in the left panel, click Automated and then click Archive. Here you can use status badges on your code repository or a web page to keep track of your latest test runs (see Status Badges and the Browser Matrix Wizard for more information). For more information about the Archive page, see Archived Test Results.
Filtering and Searching Automated test Results
If you have set up your tests to report whether they have passed or failed, those results will be listed on the automated builds or automated test results page. Once the results have been logged to the page, you can filter the results. You can also search by test name to narrow the results.

Filter | Description |
---|---|
Owner | Filter test results by:
|
Status | Filter tests by:
|
Build | Filter tests results by tests that belong to a specific build |
Platform | Filter tests results by tests that ran on one or multiple operating systems |
Automated Build Results
To view automated build results:
- In Sauce Labs, in the left panel, click Automated and then click Builds.
- On the Builds page, click the Virtual Cloud or Real Devices radio button to view the relevant device results.
- In the Builds results list, click a build to view its details.
Filtering Build Results
Filter | Description |
---|---|
Owner | Filter builds by:
|
Status | Filter builds by:
|
Screenshots, Commands, Logs, and Metadata
You can review a variety of data about the tests you have run.
Your test assets, including videos, screenshots, and logs, are retained for 30 days. Test parameters and metadata are available indefinitely.
- In Sauce Labs, in the left panel, click Automated or Live and then click Test Results.
- Click the test whose results you want to view.
- On the Test Details page, you can do the following:
- Click the Commands tab to see the API commands that were issued during the test. The Commands tab also includes controls for filtering the commands displayed and playing back the commands.
- Click the Metadata tab to see the metadata attached to your test. Some of the test metadata, such as Passed, can be updated via the Sauce REST API.
- Click the Video tab to view video of the test. You can download the video from this tab. Audio is available for automated tests on real devices. Additional configurations are required to record audio with your tests. For more information, see Audio Capture.
- Click the Screenshots tab to view screenshots. You can download the screenshots from this tab, and view them in full screen.
- Click the Logs tab to see the logs generated by your test. The logs you can view are determined by the type of test you ran. For example, web app tests will include a Selenium log, while mobile app tests will contain an Appium log.
Appium Logs
The Appium Log on the Logs tab in your test results indicates that the test ran using the Appium driver. The first line of the log provides information about the Appium version used during your test (for example, info: Welcome to Appium v1.4.0
).
To find logging specific to your OS:
- iOS - The iOS Simulator log is embedded in the Appium log. The information from the iOS Simulator is grayed out throughout the Appium log and has the tag name
info: [IOS_SYSLOG_ROW]
. - Android - Android Emulator logs are in the
Logcat.log
file. This file contains all the information from the Android Emulator log.