[Lune] Offline Unit-Testing framework with a web interface

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.

:sparkles: 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

:puzzle_piece: 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.

2 Likes

ngl, this is pretty cool. But honestly, I’d rather just use a Discord bot or a webhook instead of building out a full website/dashboard. It feels like extra work and resources for something that could be simpler. Still, cool project, good luck!

1 Like