Skip to content

v0.2.0

Choose a tag to compare

@cayasde cayasde released this 12 Jul 13:56

Highlights

  • Add the Roblox Open Cloud runtime with lutest test --runtime roblox and lutest 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 todo runs.
  • Add TTY-aware progress updates while a Roblox session is prepared, uploaded, and polled.

Roblox setup

  • Add [discovery.roblox] and [roblox] sections to lutest.toml.
  • Load ROBLOX_OPEN_CLOUD_API_KEY from the environment or the project .env file.
  • 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].