Skip to content

eSpark/tested-jekyll

Repository files navigation

Selenium Tested Jekyll

This repo is an example of how to setup a Selenium based testing harness for Jekyll.

How To Run The Tests

You will need to have Ruby and Git installed. We are fans of rvm for managing Ruby installs and Homebrew for installing Git on the Mac.

Once you have those dependencies installed:

  1. Clone the repo: git clone https://github.com/eSpark/tested-jekyll.git
  2. Go into the repo: cd tested-jekyll
  3. Install Ruby dependencies: bundle install

Then you can run the tests using:

bundle exec rspec

You should see the following output.

$ bundle exec rspec
Configuration file: /Users/dean/github/espark/tested-jekyll/_config.yml
Generating site: /Users/dean/github/espark/tested-jekyll -> /Users/dean/github/espark/tested-jekyll/_site
.

Finished in 3.23 seconds (files took 1.19 seconds to load)
1 example, 0 failures

$

If you don't, feel free to open an issue on this repo and we'll take a look!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published