Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.1 KB

storycheck-beta.md

File metadata and controls

21 lines (13 loc) · 1.1 KB
description
Create end-to-end tests using natural language

Storycheck (Beta)

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

{% embed url="https://www.youtube.com/watch?v=vpLgTxvpM2w" %}

{% hint style="info" %} Tests written with Storycheck are not currently supported by our continuous monitoring system. {% endhint %}