Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 04 Mar 21:46
· 148 commits to master since this release

This change is the first release that includes the TestEZ CLI, which is a new way to run TestEZ without needing to install some of its dependencies. It also includes a new lifecycle feature.

To install the CLI, download the correct attached zip here or use a tool like Foreman:

[tools]
testez = { source = "Roblox/testez", version = "0.2.0" }

Changes since 0.1.1

  • Added support for init.spec.lua. Code in this file is treated as belonging to the directory's node in the test tree. This allows for lifecycle hooks to be attached to all files in a directory.
  • Added TestEZ CLI, a Rust tool that bundles TestEZ and Lemur, and can run tests via Lemur or Roblox-CLI (#61)