Skip to content

v3.1.2

Compare
Choose a tag to compare
@justafish justafish released this 27 Jul 12:31
· 134 commits to main since this release

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 to devDependencies