Skip to content

v0.2.2 `__setup__` hook

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 08:38
· 889 commits to master since this release
  • added __setup__ testing hook
  • added support for glob patterns to select test files and test cases
    • added --ignore flag
    • changed --target flag to accept a list of globs
    • removed --omit flag
  • improved error feedback of expect_events cheatcode
    171656440-14412c35-bbcd-42fb-ac91-ad58e36655cd
  • fixed the bug that froze Protostar
  • (probably) fixed the SSL issue that could occur during upgrading and deploying
  • other minor fixes and improvements

How to upgrade Protostar

Run protostar upgrade.
In case of issues, run the following script:

curl -L https://raw.githubusercontent.com/software-mansion/protostar/master/install.sh | bash