Roblox testing: Developer Console, MicroProfiler, TestEZ is a Roblox Suite skill — Developer Console, MicroProfiler, Scene Analysis, tests, logging, common bug fixes. It belongs to the Quality domain. What it covers: Developer Console, Output discipline, and pcall/assert patterns.. MicroProfiler, Scene Analysis, and the Script Profiler.. TestEZ unit tests, memory diagnostics, and a methodology for isolating issues.. . The official sources for this skill are taken verbatim from its SKILL.md and point to the Roblox Engine API Reference and related create.roblox.com documentation. The full reference set is available in the references/ directory on GitHub (https://github.com/nonlooped/roblox-suite/tree/main/roblox-testing/references).
Roblox testing: Developer Console, MicroProfiler, TestEZ
Practical guidance for testing, debugging, and profiling Roblox experiences. Covers the Developer Console and Output discipline, pcall and assertion patterns, TestEZ unit tests, the MicroProfiler (client and server), Scene Analysis, the Script Profiler, memory diagnostics, and a methodology for isolating issues. Use when something is broken, slow, or unreliable, or when setting up automated and manual test workflows.
What it covers
- Developer Console, Output discipline, and pcall/assert patterns.
- MicroProfiler, Scene Analysis, and the Script Profiler.
- TestEZ unit tests, memory diagnostics, and a methodology for isolating issues.
Key sources
Taken verbatim from this skill's "Official sources" block. The full reference set lives in references/ on GitHub .