Skip to content

visualunderground/portfolio

Repository files navigation

Codeship

visualunderground/grid

This is the personal site of Tom Carrington.

Documentation

Requirements

TBC

Installation

TBC

Testing

TBC

Performance testing & budgets

Automated performance testing using WebPagetest.org.

Setup

Coming soon!

Running tests

Coming soon!

Accessibility testing

Automated Accessibility testing using Tenon.io.

Setup

Get a unique API key by creating a free Tenon.io account and add it to a config.json file in the root of the application.

{
  'tennon': '--YourSecretApiKeyHere--',
  'wpt':    '--YourSecretApiKeyHere--'
}
Running tests

Tests are run using the following command:

$ grunt test:accessibility

This task:

  1. Generates static HTML files from the HBS source and saves them to /tests/tenon/source/
  2. Copies asset files to /tests/tenon/source/ (for inlining)
  3. Tests the static files using Tenon's API

If the task fails it will exit Grunt and a failure report will be generated in /tests/tenon/result/.

Recommended use

Trigger the command using a Git pre-commit hook as Tenon limits API calls to 200 a month for free accounts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published