-
Notifications
You must be signed in to change notification settings - Fork 25
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 🚨 #1141
Comments
After pinning to 1.1.9 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results. |
Your tests are still failing with this version. Compare changes 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 Release Notes for v1.1.13
|
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v1.2.1New commandsAdded several new commands in-line with the W3C Webdriver API: Improvements
FixesCommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 CommitsThe new version differs by 48 commits.
There are 48 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v1.2.3Fixed #2190 - test error/failure stack traces weren't showing correctly CommitsThe new version differs by 52 commits.
There are 52 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v1.2.4
CommitsThe new version differs by 54 commits.
There are 54 commits in total. See the full diff |
Your tests are passing again with this update. Explicitly upgrade to this version 🚀 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 passing again with this update. Explicitly upgrade to this version 🚀 Release Notes for v1.3.1
CommitsThe new version differs by 88 commits.
There are 88 commits in total. See the full diff |
Your tests are still failing with this version. Compare changes CommitsThe new version differs by 90 commits.
There are 90 commits in total. See the full diff |
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.9
to1.1.10
.🚨 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
Release Notes for v1.1.10
Commits
The new version differs by 3 commits.
f0211f0
1.1.10
cd6b638
Fixed #2087 - an exception occured when creating screenshots in some cases
5fad777
Added support for Firefox to be used in parallel environment runs
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: