Features

Product Updates

Stay up-to-date with TestingBot's latest product updates.

2017-10-21

Edge 16

Today we've added Edge 16 to our list of available browsers.


Run Automated, Manual and Screenshot tests on Edge 16

2017-10-20

Screenshot improvements

We've recently improved our Screenshot service. Some of the changes:


2017-09-19

Opera 47

Today we've added Opera 47 to both Manual and Automated Browser testing. See our list of over 1000 browser combinations.

2017-09-13

Chrome 61 & Firefox Headless

Today we've added Chrome 61 for all platforms.


We've also added support for Firefox's upcoming Headless feature. You can already test this on Firefox "dev" on Windows:

Copy code
desired_capabilities = { browserName: "firefox", version: "dev", platform: "WIN10", headless: true }
2017-08-04

MicrosoftWebDriver

Today we've added an option so that you can specify which MicrosoftWebDriver version you'd like to use for your Microsoft Edge automated testing. By default we'll use the most recent, stable version.


You can see a list of possible versions on https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/


Currently for Edge 15 we're using version 15063. To specify a different version, add "edgeDriverVersion":"" to your desired capabilities.

2017-06-27

Microsoft Edge 15

We've added support for Microsoft Edge 15 to TestingBot.
With this new update, we're deprecating support for Microsoft Edge 14.


Next to the new Edge 15 version, you can still run both Automated and Manual tests on Edge 14.

2017-06-14

Firefox 54 & Chrome 59

We've added both Firefox 54 and Chrome 59 to TestingBot!
You can now run Automated and Manual tests on these new browser versions.

2017-05-30

Self-Signed SSL certificates + testing

This week we've updated our tunnel to automatically convert self-signed certificates to a certificate we trust.


Before, some browsers would not allow any testing of websites with self-signed certificates due to security reasons.

Now, we automatically bump any SSL certificate that passes through the tunnel to a certificate we trust (CyberVillains).

2017-05-12

Chrome 58 now available for Testing

Chrome 58 is now available for Automated, Manual and Screenshot Testing.


We will automatically use the correct Chromedriver for this browser.
More information about this release can be found on the Chrome 58 release notes.

2017-05-11

Opera dev & beta builds

Today we've added Opera dev + Opera beta builds available for Automated Testing, Screenshot Testing and Manual Testing.


Happy Testing!

2017-04-20

Firefox 53 & Chrome 57

We've added support for both Firefox 53 and Chrome 57 for our Automated Testing, Manual Testing and Screenshot Testing.

TestingBot will automatically use the correct Firefox/Geckodriver and ChromeDriver for tests running on these new versions.