Release Notes - March 24th 2026

Prev Next

Featured Releases 🚀

Direct support requests from failed test results

You can now send a support request to the support team directly from the result screen when a test execution fails. This allows you to receive support more quickly and smoothly when a problem occurs. Please utilize this feature for troubleshooting.

Support for Playwright-bundled browsers in cloud execution

You can now select the versions of Firefox and Webkit bundled with Playwright for cloud execution. This makes it easier to verify behavior that depends on a specific browser engine.

Support for workspace resources when copying and pasting scenarios

When copying and pasting a scenario between workspaces, the resources used in that scenario, such as Shared Step Groups and workspace variables, are now automatically copied as well. This significantly improves efficiency when reusing scenarios across multiple projects.

Bulk Cancellation of Queued Tests via API

We have added an API endpoint that allows you to bulk cancel cloud tests in the "QUEUED" state associated with a specific Test Plan.

Endpoint: POST /api/workspaces/:workspaceId/testPlans/:testPlanId/cancel

This allows you to quickly clean up externally a large number of tests started by mistake or unnecessary executions during CI/CD integration, enabling efficient resource management. It does not affect tests that have already started executing, ensuring safe control. Please use this to streamline your operations.