Skip to main content

The problem with usual test tools

Usual test tools such as Playwright test one web application. They use one browser tab and they use selectors. But selectors are frequently not reliable, or they are not available. This makes tests weak and not stable:

The TestDriver solution

TestDriver is a complete test platform. It handles these conditions. It has a Javascript SDK, hosted infrastructure, and debug tools. These tools make it easy to write, run, and keep tests for your most difficult user flows.

Javascript SDK

This is an example of a TestDriver test. The test installs a production Chrome extension from the Chrome Web Store. Then it makes sure that the extension is in the extensions menu:
Installing Loom from the Chrome Web Store
vitest is the preferred test runner for TestDriver.
,