Stably’s AI-powered no-code editor empowers you to create Playwright-compatible tests with the same capabilities but 10x faster, while offering advanced AI actions that extend beyond Playwright’s standard interactions.
You can easily record test steps or directly search for specific actions from our comprehensive action library
For more complex testing scenarios, leverage our AI co-pilot to intelligently generate and optimize test steps with minimal effort.
You can use the AI co-pilot to generate test steps, especially for filling out forms or other tedious scenarios.
Stably lets you move the cursor to any step while recoding a test. This allows you to switch between editing and previewing from any step in the test. No need to restart the VM just to make a small change.
Stably provides advanced testing flexibility through custom JavaScript implementation in two primary scenarios:
Create custom steps or operations by directly implementing Playwright code, enabling more complex and specialized test scenarios that may require custom logic or handling.
Generate dynamic input values or variables programmatically using JavaScript, allowing your tests to work with realistic, varied data instead of static values.
Supported Libraries and Resources
Faker.js: Leverage the Faker.js library to generate realistic mock data for your tests, including names, addresses, emails, and more
Pre-defined Variables: Access test context and environment data through pre-defined variables using the VARS
object
Standard JavaScript Libraries: Utilize built-in JavaScript libraries such as Math
or Date
for calculations, formatting, and time-based operations