Skip to content

Test Steps and Open-Source Python Client

July 15, 2024

Two updates shipping today: structured test steps and our open-source Python client.

Introducing Steps

Steps allow you to log structured test results, from simple pass/fail checks to advanced numeric tests with limits.

Steps visualization

The Run page now displays step-by-step execution details, while the Procedure page aggregates insights across all runs, including average durations and pass rates, with more analytics coming soon.

Analytics dashboard

You can incrementally adopt Steps in existing scripts without disrupting current workflows.

Open Source Python Client

Our Python client is now open source under the MIT license. Review the implementation before production deployment and contribute through GitHub.

The repository is available on GitHub for community contributions and feature requests.

See what's new in action