v0.2.0
Highlights
- Add the Roblox Open Cloud runtime with
lutest test --runtime robloxandlutest todo --runtime roblox. - Bundle selected Roblox suites and the Lutest library into one RBXM input per remote session.
- Report remote suite load failures alongside test results, including for
todoruns. - Add TTY-aware progress updates while a Roblox session is prepared, uploaded, and polled.
Roblox setup
- Add
[discovery.roblox]and[roblox]sections tolutest.toml. - Load
ROBLOX_OPEN_CLOUD_API_KEYfrom the environment or the project.envfile. - Add a Roblox runtime guide covering configuration, package-path overlay behavior, and server-side execution constraints.
Configuration change
The local discovery settings now live under [discovery.lute]. Projects using the previous single [discovery] require and roots keys must move them to [discovery.lute].