No Code Editor
Basics
Stably’s no-code editor empowers you to create Playwright-compatible tests with the same capabilities but three times faster, while offering advanced AI-powered actions that extend beyond Playwright’s standard features.
Add Actions
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.
Generate Test Steps with AI Co-Pilot
You can use the AI co-pilot to generate test steps, especially for filling out forms or other tedious scenarios.
Move Recorder Cursor
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.
Add Custom Code
Stably provides advanced testing flexibility through custom JavaScript implementation in two primary scenarios:
- Playwright Code Execution
Create custom steps or operations by directly implementing Playwright code, enabling more complex and specialized test scenarios that may require custom logic or handling.
- Dynamic Value Generation
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
orDate
for calculations, formatting, and time-based operations
Was this page helpful?