-
Notifications
You must be signed in to change notification settings - Fork 3
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
adding cypress-audit and examples #25
Conversation
Is the issue that we are running the default electron browser? Does it work with that browser? |
@dmundra I took out the pa11y dependency since the docs for that plugin are sparse and it looks like lighthouse is what cypress-audit does best. I can create an issue to look into the pa11y plugin, but that all depends on if the maintainer is going to improve the docs or not. They might not have time to support it vs. supporting the lighthouse part. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alexfinnarn. This looks great and agreed we can revisit pa11y later.
Still need to get rid of this error while tests run: https://github.com/mfrachet/cypress-audit/blob/53776e9654da16d68b30cce8896b487b1a87aafa/packages/shared/index.js#L10
Should be able to do this by setting the
CYPRESS_REMOTE_DEBUGGING_PORT
, but I'm not sure how yet.closes #23