Releases: Lullabot/drainpipe-dev
Releases · Lullabot/drainpipe-dev
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.2
See https://github.com/Lullabot/drainpipe/releases/tag/v3.1.2
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