Releases: mobify/nightwatch-commands
Release 3.0.0
A breaking change to the .preview()
command to make it more explicit. .preview(url, bundle, callback)
essentially replaces the role of site.js
.
https://github.com/mobify/nightwatch-commands#previewurl-bundle-callback
Release 2.1.0
2.1.0
- Adds a triggerClick
command that uses JavaScript's click.
- Renames navigate
to clickAndWaitUntilMobified
to avoid colliding with a core Nightwatch command with the same name. Resolves #74
- Warnings related to a missing site.json
should no longer be output if not using the .preview()
command. Resolves #73
Release2.0.1
Update selenium-download to 2.0.10
Release2.0.0
Release 2.0.0
Use selenium-download to manage downloading of Selenium server and Chromedriver.
BREAKING CHANGES
This requires node 4+ and Chrome 54 or higher.
v1.7.0 - `waitForContextsReady` command
v1.7.0
- Introduces 'waitForContextsReady' command.
v1.6.3
- Fixes a bug in
waitForAjaxCompleted
in cases where$
is not bound to jQuery.
1.6.2: Update `preview` command to accept `site.js` files under `/system/site.js`
Update preview
command to accept site.js
files under /system/site.js
for use in certain projects
Update to latest Selenium and ChromeDriver Versions
v1.6.1
- Update seleniumVersion
to 2.52.0
- Update chromeDriver
version to 2.21
- Update README to include use section
Support for site.js and updates to documentation
- Update
preview
command to accept an optionalsite.js
. - README now contains the latest documentation
1.5.0: waitForUrlToContain
v1.5.0:
- Follow company practices for tools and gitflow
- Have CircleCI lint our source code (TODO: tests to be fixed later)
- Update JS linting to current standards (grunt-eslint ^17.0.0 & mobify-code-style ^2.3.6)
- Fine tune linting targets to capture as much source code as feasible
- Introduces the command waitForUrlToContain
1.4.0: waitForUrl
1.4.0 introduces the command waitForUrl
.