Company
Date Published
Author
Steven Hazel
Word count
892
Language
English
Hacker News points
None

Summary

Test::Right is a browser testing framework that aims to make it impossible to write bad tests by addressing the fundamental issues with current browser testing tools. It makes it easy to get started, reduces test brittleness, and speeds up test suites through parallelization. The framework enforces clean separation of concerns, uses widgets to define test cases in terms of actions and properties on widgets, and provides automatic spin asserts, random test ordering, and data factories to ensure robust and maintainable tests.