v0.2.2 `__setup__` hook
- 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
- added
- improved error feedback of
expect_events
cheatcode
- 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