Nightwatch v2.0.0-beta.1 is released #2939
Replies: 2 comments 5 replies
-
Thanks @beatfactor for the cucumber native support. I have tried today and have some questions about the cucumber options. If I want to use those cucumber options like It will be nice to let us use cucumber with all cucumber features. And I can forward cucumber options from nightwatch cli command. Is that on your plan? |
Beta Was this translation helpful? Give feedback.
-
Hi @beatfactor , I have a couple of questions though:
Cheers |
Beta Was this translation helpful? Give feedback.
-
We're delighted to present the first beta version of Nightwatch v2.0! Upcoming beta releases will incrementally be made available in NPM under the
next
tag, so in order to install it you'd have to run the following:Over the coming weeks we will also finish updating the documentation website with more pages in the Guide section and documenting the new APIs.
Important Changes
Since the previous alpha release we have only added a few improvements and several fixes. The fixes are mainly concerning working with the new
element()
api and using cucumber-js.Improvements
src_folders
,page_object_path
,custom_commands_path
,custom_assertion_path
options – added support for glob pattern for path in config #2910;webdriver.log_file_name
setting to specify the filename where webdriver server logs should be written – 1277601.click()
, e.g.:Fixes
getAttribute
command to use the W3C endpoint instead of the Selenium atom script - Fixes/update get attribute #2926;suiteRetries
– 1277601This discussion was created from the release v2.0.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions