Skip to content

Releases: nightwatchjs/nightwatch

v0.5.25

16 Sep 21:16
Compare
Choose a tag to compare
  • Added option to automatically send the test module name to the selenium server in the desiredCapabilities - based on #254
  • Added New test setting log_screenshot_data to disable screenshot data in logs - based on #262
  • Added right context for global before and after hooks - #264

v0.5.24

15 Sep 06:54
Compare
Choose a tag to compare
  • Fixed an issue with selenium server 2.43 could not be started from nightwatch

v0.5.23

11 Sep 21:28
Compare
Choose a tag to compare
  • Fixed afterEach/tearDown being called with wrong number of args - #263

v0.5.22

07 Sep 22:08
Compare
Choose a tag to compare
  • Added support for calling .end from after method - #257
  • Added support for multiple custom command and assertion folders - #255

v0.5.21

28 Aug 21:30
Compare
Choose a tag to compare
  • Added before/after and beforeEach/afterEach test methods which deprecates setUp/tearDown.

v0.5.17

19 Aug 06:41
Compare
Choose a tag to compare
  • Added exposed desiredCapabilities on the client api - #202
  • Fixed prematurely end parallel tests runs in some cases - #197
  • Added currentTest property on the client api - #213
  • Added experimental support for page object methodology
  • Added back and forward protocol actions
  • Added maximizeWindow command
  • Added Support for before and after global methods - defined in the globals file and will be called before and after the execution of the entire tests suite.

v0.5.16

18 Aug 19:55
Compare
Choose a tag to compare
v0.5.16 Pre-release
Pre-release
0.5.16

v0.5.10

09 Jul 20:03
Compare
Choose a tag to compare

Fixed #201 - JUnit reports not being saved into the proper subfolders
Added - print uncaught exceptions to the console before exiting
Added - tagging support: tag a test case by adding the tags property to a test module
Fixed - #65 screenshots not saved into missing folders

v0.5.8

19 Jun 19:55
Compare
Choose a tag to compare
  • Fixed Async custom commands not executing commands in callback - #178.

v0.5.6

05 Jun 13:49
Compare
Choose a tag to compare
  • Fixed a problem with running tests in parallel on Windows machines