Storycheck (Beta)

Create end-to-end tests using natural language

Overview

StoryCheck is a system designed to drastically reduce the difficulty of writing end-to-end tests and aims to make it a process non-developers can also participate in.

At its core, it converts text into automatically executed test code. It does so by taking markdown formatted user stories with steps written in natural language as input. Then it parses the text and executes steps in a virtual web browser (via Playwright) closely emulating the actions of a real user. It uses RefExp GPT to predict UI element coordinates given a referring expression.

Learn more about StoryCheck and how you can integrate it into your testing workflow here.

Demo Video

Tests written with Storycheck are not currently supported by our continuous monitoring system.

Last updated