Nightwatch 2.0.0 is released #3014
beatfactor
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The public NPM release of Nightwatch 2.0 is here and can be installed directly with:
Over the past few weeks we have worked tirelessly to finalise the apis, add a few more examples, and try and smooth over any rough edges.
Important Changes
nightwatch.conf.cjs
as config file for projects that use ES Moduleschai expect
to version 5 and added support for using regular chaibrowser.expect()
assertions; this doesn't affect the existingexpect.element()
,expect.elements()
,expect.cookie()
,expect.title()
, andexpect.url()
.Improvements
--devtools
CLI flag to open the Chrome Devtools automaticallyFixes
TypeError: Cannot read property 'toLowerCase' of undefined at new Promise (<anonymous>)
when running tests with AWS device farm settings #2955 - an issue caused by missing the browserName capabilityThis discussion was created from the release v2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions