Examples
Lua Selenium Driver includes Luaunit with minor changes for test execution management. Luaunit is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.
Luaunit features:
- Tests aggregation into test suites.
- New test classes (anything that begins with "Test") are automatically detected and added to the test suite
- Test functions based on the use of "assert" are easily integrated
- File, line and detailed failure reason are displayed when something goes wrong
- Classical setUp/tearDown method for setting up a tearing down the test environment
- Output can be easily customized to your needs
Feel free to contribute! Send your example