Skip to content
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

Fixes Nightwatch integration for Nightwatch v3.1.0 #235

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

justafish
Copy link
Member

@justafish justafish commented Jul 27, 2023

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

@github-actions github-actions bot temporarily deployed to pantheon-pr-235 July 27, 2023 12:01 Destroyed
@github-actions github-actions bot temporarily deployed to pantheon-pr-235 July 27, 2023 12:11 Destroyed
@justafish justafish merged commit ceb02db into main Jul 27, 2023
22 checks passed
@justafish justafish deleted the justafish/fix-nightwatch-3-1-0 branch July 27, 2023 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant