Skip to content

Commit

Permalink
Merge pull request #1 from codechecks/kk/add-new-codechecks
Browse files Browse the repository at this point in the history
add lighthouse and visual regression codechecks
  • Loading branch information
krzkaczor authored Aug 15, 2019
2 parents c73dd33 + 7a317bb commit 8fc2d7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ A curated list of awesome codechecks for almost anything

- [build-size-watcher](https://github.com/codechecks/build-size-watcher) - Keep your bundle size in check and detect when it gets too big.
- [commit-deployment](https://github.com/codechecks/commit-deployment) - Ship every code change that you make
- [lighthouse-keeper](https://github.com/codechecks/lighthouse-keeper) - Keep an eye on Google Lighthouse score changes 💡👀

### Visual regression
You can employ visual regression in few different wayes, depending on complexity of your app.
- [vis-reg-routes](https://github.com/codechecks/vis-reg-routes) — Visual Regression performed on selected routes of the app
- [vis-reg](https://github.com/codechecks/vis-reg) — Core visual regression codechecks, just provide path to directory with images

## TypeScript

Expand Down

0 comments on commit 8fc2d7b

Please sign in to comment.