Skip to content

Releases: getgauge/gauge-js

v1.2.1

21 Jun 11:30
Compare
Choose a tag to compare
  • Fix: Allow exports alias for module.exports. #46

v1.2.0

31 Mar 06:12
Compare
Choose a tag to compare
  • [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

26 Feb 18:20
Compare
Choose a tag to compare
  • Fix: node_modules in test project root is not scanned for dependencies: #33
  • Fix: AssertionError in hooks crash runner: #37

v1.0.0

19 Feb 08:30
Compare
Choose a tag to compare

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

11 Feb 11:38
Compare
Choose a tag to compare
  • Added custom message support. #16
  • Added refactoring support. #14
  • Custom timeout for tests. #7
  • Fix error message and stacktrace reporting. #17

v0.1.1

19 Jan 07:47
Compare
Choose a tag to compare
  • Fix plugin installer package for Windows

v0.1.0

14 Jan 11:49
Compare
Choose a tag to compare
  • Implement steps using gauge() method
  • Support for execution hooks with tagged execution support
  • Async operations possible in steps and hooks.