Releases: yeoman/yeoman-test
Releases · yeoman/yeoman-test
v1.7.0
v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.0
New methods:
RunContext#toPromise()
returns a promise resolved when generator is done or rejected if it errored out. Return this value from your setup phase to let your test framework automatically handle errors.RunContext#cleanTestDirectory()
removes the directory in which the generator was run. This is probably unnecessary for most of you, but might be useful if your CI doesn't automatically clean up temporary directories.
Fixes
- Automatically setup
--force
and--skip-cache
flags to ease tests flow and prevent leaks onto your system.