0.7.0
Minor Changes
-
#54
6c2be75Thanks @cayasde! - Keep test definitions inert when Lutest is not collecting a test suite. -
#61
cd9a203Thanks @cayasde! - Addlutest debug bundleto inspect the Roblox test bundle layout without uploading or running tests. -
#57
befb942Thanks @cayasde! - Exposet.is_running()to detect active Lutest sessions. -
#53
da338c1Thanks @cayasde! - Warn when a discovered test suite registers no tests.
Patch Changes
-
#62
74bd336Thanks @cayasde! - Present CLI help as a grouped command reference. -
#59
e08e178Thanks @cayasde! - Publish aLib.rbxmRoblox library asset alongside each GitHub Release. -
#56
6e18d10Thanks @cayasde! - Preserve original suite load errors and tracebacks from Roblox test runs. -
#51
b3da779Thanks @cayasde! - Add editor documentation for the public Lutest library API. -
#55
9653e9aThanks @cayasde! - Discover Roblox test suites from Luau syntax instead of source text. -
#58
187e268Thanks @cayasde! - Validate the generated Wally package with a Roblox consumer before publication.