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

docs(readme): adding cypress-audit to the related projects #10838

Merged
merged 3 commits into from
Jun 8, 2020
Merged

docs(readme): adding cypress-audit to the related projects #10838

merged 3 commits into from
Jun 8, 2020

Conversation

mfrachet
Copy link
Contributor

Summary

This PR adds the cypress-audit github project to the list of related projects.

The big picture:

The tools we can use nowadays to verify the quality of our applications are awesome. They help us get a huge amount of confidence about what we ship in production and alert us when some kind of regression occurs.

  • Cypress has made business oriented workflow verification super easy and fun
  • Lighthouse has provided incredible tools to verify the performance of an application
  • Pa11y provides multiple tool to control the accessibility state of our applications in a wonderful way

The problem is that they run in their own context and with their own internal tricks for authentication and page browsing.

The idea of cypress-audit is to unify all of this by providing some Cypress Custom Commands so that you can use these tools directly inside your Cypress tests. Practical for auditing authenticated pages for example.

Related Issues/PRs

N/A

@mfrachet mfrachet requested a review from a team as a code owner May 25, 2020 05:51
@mfrachet mfrachet requested review from brendankenny and removed request for a team May 25, 2020 05:51
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@mfrachet
Copy link
Contributor Author

@googlebot I signed it!

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@mfrachet mfrachet changed the title Adding cypress-audit to the related projects docs(readme): Adding cypress-audit to the related projects May 25, 2020
@mfrachet mfrachet changed the title docs(readme): Adding cypress-audit to the related projects docs(readme): adding cypress-audit to the related projects May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants