dequelabs / axe-webdriverjs

Provides a chainable axe API for Selenium's WebDriverJS and automatically injects into all frames.
Mozilla Public License 2.0
130 stars 46 forks source link

chore: Release v2.0.2 #78

Closed stephenmathieson closed 5 years ago

stephenmathieson commented 6 years ago

As @marcysutton suggested on Slack, the master branch is far behind and v2.0.1's dist/ directory is outdated. This patch brings the latest develop code onto master and bumps the version number to 2.0.2.

CircleCI will handle publishing to npm.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)

marcysutton commented 6 years ago

Some test issues for linting and unit tests: sh: 1: eslint: not found sh: 1: mocha: not found

We should also make sure these kinds of branch management lapses don't happen again.

stephenmathieson commented 6 years ago

@marcysutton yep, just saw that. Looks like the cache is getting busted somewhere. I'm investigating in the develop branch and if I figure out the solution, I'll bring the commit into this PR.

stephenmathieson commented 6 years ago

We should also make sure these kinds of branch management lapses don't happen again.

Agreed. No idea what happened here.

stephenmathieson commented 6 years ago

@marcysutton @WilcoFiers The tests have been fixed. Please review.