Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/percy/example-percy-jekyll
https://github.com/percy/example-percy-jekyll
jekyll percy static-site visual-testing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/percy/example-percy-jekyll
- Owner: percy
- License: mit
- Created: 2019-06-12T21:12:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T01:15:59.000Z (5 months ago)
- Last Synced: 2024-08-02T03:24:25.039Z (5 months ago)
- Topics: jekyll, percy, static-site, visual-testing
- Language: SCSS
- Homepage: https://docs.percy.io/docs/jeykll
- Size: 551 KB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# example-percy-jekyll [![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/percy/example-percy-jeykll) [![CircleCI](https://circleci.com/gh/percy/example-percy-jekyll.svg?style=svg)](https://circleci.com/gh/percy/example-percy-jekyll)
Example app demonstrating Percy with a Jekyll created site.
To install dependencies, build and run the site:
bundle install
bundle exec jekyll build
bundle exec jekyll serve
open http://127.0.0.1:4000To snapshot it in Percy, set your `PERCY_TOKEN` environment variable and then run:
npx percy snapshot _site
### Attributions
Thank you to [CloudCannon](https://cloudcannon.com) for the [Hydra](https://github.com/CloudCannon/hydra-jekyll-template) theme.