cypress-audit
⚡ Run Lighthouse and Pa11y audits directly in your E2E test suites
File Explorer
Download Latest Version (.zip)- action.yml
- bug_report.md
- feature_request.md
- testing-ci.yml
- home.cy.js
- commands.js
- e2e.js
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- Layout.js
- Dashboard.js
- Index.js
- App.js
- index.css
- index.js
- setupTests.js
- .gitignore
- cypress-audit.gif
- cypress.config.js
- cypress.png
- lighthouse.png
- package.json
- README.md
- main.cy.js
- commands.js
- e2e.js
- cypress.config.js
- package.json
- homepage.cy.js
- commands.js
- e2e.js
- hello.js
- _app.js
- _document.js
- index.js
- favicon.ico
- next.svg
- thirteen.svg
- vercel.svg
- globals.css
- Home.module.css
- .eslintrc.js
- .gitignore
- cypress.config.js
- jsconfig.json
- next.config.js
- package.json
- README.md
- palette.styl
- config.js
- api-intro.md
- command-api.md
- global-api.md
- good-to-know.md
- installation.md
- lh.png
- reports.md
- api.md
- installation.md
- pally.png
- examples.md
- README.md
- start-with-why.md
- .gitignore
- package.json
- command-handler.spec.js
- helpers.spec.js
- command-handler.js
- helpers.js
- prepare-audit.js
- task.js
- commands.js
- index.d.ts
- index.js
- package.json
- command-handler.spec.js
- command-handler.js
- prepare-audit.js
- task.js
- commands.js
- index.d.ts
- index.js
- package.json
- .eslintignore
- .eslintrc.js
- .gitignore
- .npmignore
- lerna.json
- LICENSE.md
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mfrachet/cypress-audit
Downloads the entire project code from GitHub to your computer.
cd cypress-audit
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
