litmus-lab
v0.8.1
Published
litmus-lab dependencies
Downloads
13
Readme
Litmus Lab
A site checker that tests elements of a website.
get to testing 🚀
- run $
npx litmus-lab -s sodiumhalogen.com
- or install globally $
npm i -g litmus-lab
tests available:
- [x] sitemap exists
- [x] google analytics is added
- [x] any 404s in console? (missing files)
- [x] check for
<meta name="robots" content="nofollow" />
not present - [x] check if the site is indexed/cached by Google
- [x] check if site is up/available
- [x] check for site redirects
- [ ] filter showing only fails
- [ ] add option to output JSON
future ideas:
- [ ] test multiple urls?
- [ ] check other pages on the site (check links/imgs) using sitemap
- [ ] add custom scripts $
litmus-lab sodiumhalogen.com --script=./custom-tests.js
- [ ] test monthly form submission confirmation (customer gets monthly contact form submission test)
- [ ] (custom script example) test monthly form submission confirmation (customer gets monthly contact form submission test)
- [ ] update Slack of failures $
litmus-lab -s sodiumhalogen.com --slack HOOK_URL
- [ ] SEO-related tests
- [ ] spell-checking
- [ ] check for invalid HTML
- [ ] STDs (site-transmited diseases, aka malware) 😝
- [ ] console errors
- [ ] add option to output JSON
- [ ] make a lambda that runs script
- [ ] build site that outputs a dashboard
- [ ] if HTTPS check SSL cert expire date
- [ ] HTTP count and suggestion if too high
- [ ] page loading speed checker
- [ ] size checker (JS, images, vodeos)