- runs
Ad-hoc Run
Test Plan Executions
Dry Runs on Local Devices
Run Tests on Private Grid
Run Tests on Vendor Platforms
Run Test Plans on Local Devices
Test Locally Hosted Applications
Flutter Integration Driver Testing on Testsigma
Debug Test Case Failures
Parallel and Allowed queues
Bypass the Missing SSL Certificate Error?
During the active development of a website, the dev environment might not always have an SSL certificate. It is okay to ignore this error and bypass the issue temporarily during test execution since the application is not used in production and the application data is not relevant.
Prerequisites
Before you begin, ensure that you have referred to:
Applying Desired Capabilities
In this case, we can use Desired Capabilities to bypass certificate errors. Here are the few desired capabilities for the specific browsers to overcome certificate errors:
| Browser | Capability Name(Key) | Format | Value |
|---|---|---|---|
| Google Chrome | acceptInsecureCerts | Boolean | True |
| Mozilla Firefox | acceptuntrustedcerts | Boolean | True |
| IE and Safari | capabilityType.ACCEPTSSLCERTS | Boolean | True |
The image below shows how to add desired capabilities for the Chrome browser in a Test Plan Run in Testsigma.

Bypassing Manually
- Navigate to the SSL issue website and click on Advanced.

- Click on Proceed to < website-url > (unsafe) link

You will be directed to the original website.