Testla is a free and open-source acceptance testing library that can help you establish a clear link between the expected business functionality and the actual working state of your software system.
We've designed Testla to make it easier for you to create test scenarios that build a shared understanding and trust between your business sponsors and delivery teams and to help you prove that your system meets and continues to meet its requirements.
It enables you to create multi-actor acceptance and regression tests that captures your domain vocabulary, model your business workflows, and help you write high-quality test automation code you can reuse across projects and teams.
In order to use testla you need to install and configure Playwright!
The easiest way to get started is to use our kickstart CLI tool which you can find here. It will also take care of the installation and optimal configuration of Playwright (see prerequisites).
npm init @testla/screenplay
If you prefer to do the setup manually you may want to start by installing Testla Screenplay for Playwright using npm.
npm install --save-dev @testla/screenplay-playwright
Testla offers plenty of resources to help you get started with the solution:
- Screenplay Pattern Overview
- Guide 🚀️ - comprehensive introduction to Testla
- Screenplay Elements - API reference and usage examples for Testla
- Issues - Feature Requests or Defects
- Changelog
Do you find Testla useful? Give it a ⭐ star on GitHub!
Found a bug? Need a feature? Raise an issue
or submit a pull request.
Want to get in direct contact with us? Use our Discord Community.