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

feat(playwright): allow AxeBuilder to use different version of axe-core #335

Merged
merged 2 commits into from
Aug 17, 2021

Conversation

michael-siek
Copy link
Member

No description provided.

Comment on lines +14 to +15
const axePath = require.resolve('axe-core');
const source = fs.readFileSync(axePath, 'utf-8');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, probably don't need to go to disk if axeSource is defined. I know we did that in other projects. I'll leave it up to you.

@michael-siek michael-siek merged commit f803c98 into develop Aug 17, 2021
@michael-siek michael-siek deleted the feat/playwright-soucre branch August 17, 2021 13:36
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.

None yet

2 participants