Hey everyone!
I’m excited to share a new tool I’ve been working on that I hope will be useful to other Luau developers:
Lune Test Runner – a lightweight, real-time testing framework with a clean web-based dashboard.
Features at a glance
- Real-time dashboard – See test results update live in your browser
- Modern, responsive UI – Works on any device: phones, laptops, microwaves… Just give them internet access
- Test filtering – View only passed, failed, or skipped tests
- Detailed error views – Click to expand error messages and stack traces
- Automatic refresh – Dashboard updates every 5 seconds
- One-click test execution – Run all tests directly from the browser
- Clean, documented code – Designed for readability and easy modification
Why another test runner?
I wanted something that:
- Works completely offline
- Gives immediate visual feedback
- Is easy to set up and modify
- Doesn’t require a complex test syntax
This is great for small to medium Luau projects, game scripts, or learning environments where you want quick feedback without heavy tooling.
