Vis Reg with easy to use routes
npm install --save-dev @codechecks/vis-reg-routes
Are you new to codechecks? Check out getting started guide (it's simple)!
Add to your codechecks.yml
file:
checks:
- name: vis-reg-routes
options:
collectionName: website # arbitrary name
buildPath: "./build" # build path so we can automatically serve it for you
routes:
# list of routes to make screenshots of
- /
- /about
# ...
All contributions are welcomed. Read more in CONTRIBUTING.md
MIT @ codechecks.io