Releases: getgauge/gauge-js
Releases · getgauge/gauge-js
v1.2.1
- Fix: Allow
exports
alias for module.exports
. #46
v1.2.0
- [Windows] Fix printing of
stdout
from test implementation code. #42
- [Windows] Fix sandbox on Windows.
- Implement better sandbox, without any external dependencies. #43
- Fix use of
module.exports
#39
- Pass custom
require()
to sandbox.
- Fix doing
require()
of installed modules and sibling modules in test implementation code.
- Avoid leaking gauge-js's dependencies to test implementation code.
- Support reading files relative to the Gauge project root.
v1.1.0
- Fix:
node_modules
in test project root is not scanned for dependencies: #33
- Fix:
AssertionError
in hooks crash runner: #37
v1.0.0
First stable release of Gauge JavaScript runner plugin.
New features
- Debugging support: #18
- Step aliases support: #22
- Sandbox text implementation code: #23
- Screenshot on failure: #24
- Custom screenshot hook: #25
- Data stores support: #26
- Consolidate
global
usage: #27
v0.2.0
- Added custom message support. #16
- Added refactoring support. #14
- Custom timeout for tests. #7
- Fix error message and stacktrace reporting. #17
v0.1.1
- Fix plugin installer package for Windows
v0.1.0
- Implement steps using
gauge()
method
- Support for execution hooks with tagged execution support
- Async operations possible in steps and hooks.