Releases: nightwatchjs/nightwatch
Releases · nightwatchjs/nightwatch
v0.5.22
v0.5.21
- Added
before
/after
andbeforeEach
/afterEach
test methods which deprecates setUp/tearDown.
v0.5.17
- 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
andforward
protocol actions - Added
maximizeWindow
command - Added Support for
before
andafter
global methods - defined in the globals file and will be called before and after the execution of the entire tests suite.
v0.5.16
0.5.16
v0.5.10
v0.5.8
v0.5.6
- Fixed a problem with running tests in parallel on Windows machines
v0.5.3
- Fixed an issue with creating a new session in selenium 2.42