-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An in-range update of nightwatch is breaking the build 🚨 #746
Comments
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 |
Your tests for group default are passing again with this update. Explicitly upgrade default to this version 🚀 Release Notes for v1.1.13
CommitsThe new version differs by 11 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.2.1New commandsAdded several new commands in-line with the W3C Webdriver API: Improvements
FixesCommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 21 commits.
There are 21 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.2.3Fixed #2190 - test error/failure stack traces weren't showing correctly |
Your tests are still failing with this version. Compare changes Release Notes for v1.2.4
|
Your tests are still failing with this version. Compare changes Release Notes for v1.3.0New featuresBDD describe InterfaceAdded BDD describe interface for writing tests. No further configuration is necessary and both exports and bdd interfaces can be mixed together (though not in the same file). assert.not AssertionsYou can use .not assertions for every existing and custom assertion. Custom assertions will require to be updated to the new interface in order to make use of module.exports = { demoTest(browser) { browser .assert.not.elementPresent('.not_present') // previously .assert.elementNotPresent() .assert.not.visible('.non_visible'); // previously .assert.hidden() .assert.not.urlContains('http://'); New APIsCommands:Assertions:Expect:ImprovementsNew CLI options:
|
Your tests are still failing with this version. Compare changes Release Notes for v1.3.1
CommitsThe new version differs by 8 commits.
See the full diff |
Your tests are still failing with this version. Compare changes |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.3.4
|
Your tests are still failing with this version. Compare changes Release Notes for v1.3.5
CommitsThe new version differs by 11 commits.
See the full diff |
Your tests are still failing with this version. Compare changes Release Notes for v1.3.6
CommitsThe new version differs by 17 commits.
There are 17 commits in total. See the full diff |
The devDependency nightwatch was updated from
1.1.10
to1.1.11
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
nightwatch is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Commits
The new version differs by 8 commits.
6c72af6
fixed linter
6564776
1.1.11
0f01683
Added support for element commands (e.g. getText) to be used with ES6 await
18c3e04
Fixed an issue with using assert.elementPresent/elementNotPresent in geckodriver
3d384fd
Fixed #2104 - an issue with waitForElement commands being called with a custom message
52d1d0f
improved error handling for when the file cannot be loaded
ae5130f
Fixed #2101 - a problem with loading custom commands located in sub-folders of the initial source folder(s).
770c1a0
- Fixed an issue resulting from calling waitForElement commands when a page object element with a custom output message;
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: