Skip to content

Releases: nightwatchjs/nightwatch

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

v0.5.3

04 Jun 12:34
Compare
Choose a tag to compare
  • Fixed an issue with creating a new session in selenium 2.42

v0.5.1

25 May 22:31
Compare
Choose a tag to compare
  • Added - Run tests in parallel - More info
  • Added - test environments to inherit from default (#92)
  • Added -urlContains and urlEquals assertions
  • Several other fixes and improvements

v0.4.17

22 May 10:58
Compare
Choose a tag to compare
  • Fixed - #164 - incorrectly reporting the counter for total assertions.