Show HN: Playwright Test Studio (github.com)

4 points by baudehlo ↗ HN
PTS is an app I wrote to enable you to write playwright tests in English, and manage your test suite in a UI.

It's crafted after the postman/bruno style of collections of tests with variable interpolation.

I wrote this because I couldn't find anything similar to a previous YC product I'd used called Rainforest.

It runs your tests and takes screenshots along the way, so you can see where it went wrong. Run multiple browsers for the same test too.

It's MIT, and I'm open to ideas or enhancements.

3 comments

[ 32.3 ms ] story [ 68.2 ms ] thread
This looks pretty cool, would love to try it.

One thing I'm trying to understand from the docs. I have 100s of playwright based BDD tests in my projects, especially the ones that are purely AI written. How does this interface with my existing tests? Does it scan the repo or is it meant to have it's own stand alone folder?

Very cool, I think one of the biggest opportunities Playwright has is making it a more general purpose tool for non-developers, writing the tests and getting them to a state where they reliably pass has always been so much more finicky than it should be.