Built for developers
All React renderers
In React apps, your choice of the renderer is just an implementation detail. So is in App Actions. We support all renderers, including react-three-fiber.
Declarative interface
React is declarative; your tests should be too. App Actions tests use a declarative YAML format, making tests cleaner, easier to maintain, and more powerful test recording.
Low maintenance
E2E tests traditionally required a lot of maintenance. We figured out a way to separate implementation details from the test declaration better. This results in future-proof tests that only need your attention when UX changes.
Result is code
We believe test recorders shouldn't create a walled garden; the output should be high-quality code that you can check into your version control system.