Newsletter
Get notified when new AI tools are added
Join the community.
ZeroStep is an AI assistant for test automation that plugs into Playwright and lets you write browser test steps in natural language instead of relying on complex CSS selectors or XPath.
Using the ai() function, ZeroStep leverages GPT-3.5 and GPT-4 to decide what actions to take in the browser at runtime. You describe the intent in plain text, and the tool finds the right UI elements and interacts with the page.
By reducing dependence on hard-coded selectors, tests can stay more stable when markup or page structure changes. This helps cut ongoing maintenance and speeds up day-to-day test development.
ZeroStep is installed as the npm package @zerostep/playwright and fits into a typical Playwright workflow. You can adopt it gradually by using AI-driven steps only where they add value, while keeping traditional Playwright code for the rest.