roblox-testing

Installation
SKILL.md

When to Load

Load when writing unit/integration tests, mocking Roblox services, setting up CI/CD with Lune, or refactoring code for testability via dependency injection. Hand off to roblox-luau-core for syntax, roblox-luau-types for type design, roblox-luau-patterns for architecture, roblox-security for validation.

Quick Reference

TestEZ (BDD framework)

  • Install: [dev-dependencies] TestEZ = "roblox/testez@0.4.1" in wally.toml
  • Files: *.spec.luau, co-located with source
  • Blocks: describeitbeforeEach/afterEach
  • Assertions: expect(x).to.equal(y), .to.be.near(n, ε), .to.throw()

Dependency Injection

Installs
68
GitHub Stars
9
First Seen
May 28, 2026
roblox-testing — tabooharmony/roblox-brain