No Code Editor
Basics
Stably’s no-code editor empowers you to create Playwright-compatible tests with the same capabilities but three times faster, plus advanced AI-powered actions that go beyond Playwright’s standard features.
You can use easily record or directly search for actions you want to use.
You can also use the AI co-pilot to generate test steps, especially complex ones.
Custom Code
Stably provides also 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, allowing for more complex and specialized test scenarios.
- Dynamic Value Generation
Generate dynamic input values or variables programmatically using JavaScript.
Supported Libraries and Resources
-
Faker.js: Leverage the Faker.js library to generate realistic mock data for your tests
-
Pre-defined Variables: Access pre-defined variables using the
VARS
object -
Standard JavaScript Libraries: Utilize built-in JavaScript libraries such as
Math
orDate
Was this page helpful?