v3.1.2
What's Changed
- Fix Tugboat files directory permissions by @justafish in #232
- Fixes Nightwatch integration for Nightwatch v3.1.0 by @justafish in #235
- Upgrade task to 3.28.0 by @justafish in #233
- Add documentation on overriding phpcs.xml by @justafish in #234
Nightwatch
Upgrading your project will require you to:
- Remove
nightwatch-accessibility
- Add
nightwatch-axe-verbose
- Swap
.initAccessibility()
for.axeInject()
e.g.browser .axeInject() .axeRun('body')
- If using Yarn Berry,
.yarnrc.yml
will need to contain the following:packageExtensions: "nightwatch@*": dependencies: ws: "*" lodash: "*"
- Other package managers should add
lodash
manually todevDependencies
Full Changelog: v3.1.1...v3.1.2