Launching today
Testweave
No-code test automation with real Playwright output
4 followers
No-code test automation with real Playwright output
4 followers
Build web, mobile & API tests as visual flows, record them with a Chrome extension, or describe them and let AI build the flow from your real page. Testweave generates real Playwright/Appium code you can export, runs tests on a schedule, and reports with screenshots. Free plan includes AI.






A big thing missing for me is parallel execution across different environments - like staging and prod at the same time, or running the same suite against multiple branches. Adding a way to fork a run into parallel pipelines with separate configs would make scheduled runs way more useful for catching regressions before deploy.
@aslsrayf7hd Hello Aslı, this is a feature I’m already working on. However, I’d like to let you know that I’ll only be making this feature available as part of the Enterprise plan. Currently, parallel execution is supported. Alternatively, you can set up the flow and run it on your own local computer.
The visual flow editor sounds genuinely useful, especially the AI building from a description. One thing that would honestly push this over the edge for me is letting tests reuse variables or auth tokens across flows, like signing in once and using that session across multiple test suites. Right now I assume each flow starts fresh which gets annoying fast when you have like 20 tests all needing login first. Would love to see shared setup steps or a global context feature.