What you’ll do
- Create a Stably project and open the visual editor
- Record or AI-generate a Playwright-compatible test
- Add a validation and run it in Stably Cloud (no local setup)
Prerequisites
- A Stably account: Sign up
- Access to the app you want to test (URL plus test credentials if needed)
- Optional: GitHub repository access if you want to sync tests back to code
Step-by-step
1
Create your project
Log in at app.stably.ai and create a project. You’ll land in the Web Editor home with a default space to add your first test.
2
Capture or ask AI for a flow
Click Record to capture actions in your app, or ask AI in the editor sidebar (e.g., “Create a login test that verifies the dashboard loads”). The editor builds Playwright-compatible steps you can inspect.
3
Add a validation and save
Insert an assertion (text, element visible, or AI assertion) on the key page state. Save the test—Stably stores it as Playwright code behind the scenes.
4
Run in Stably Cloud
Choose Run and pick a group (e.g., Smoke). Stably provisions the browser, runs the test, and streams results with screenshots and logs. No local installs required.
What you get
- A Playwright-compatible test managed in the Web Editor
- Cloud run history with screenshots, logs, and video
- Version controlled (as code). So you never lose a change.