Skip to content

TestAnything/testanything.github.io

Repository files navigation

testanything.org

testanything.org is the website for the Test Anything Protocol (TAP), the simple text based interface for testing modules.

The goals of this site are to:

  • Structure the site to be a resource for developers
    • Move discussion based articles to another place
    • Keep content up to date with platforms using TAP
  • Advance specifications to move towards industry standard

The old site can be found here: Wayback testanything.org

Please submit issues or pull requests, all are welcome.

Building locally

This site is built with Jekyll. Jekyll can be installed using gem, the Ruby language packaging tool. If you have trouble installing Jekyll, please refer to their installation documentation.

$ gem install jekyll

After installing Jekyll, you can test your changes locally with:

$ jekyll serve