This is the personal site of Tom Carrington.
TBC
TBC
TBC
Automated performance testing using WebPagetest.org.
Coming soon!
Coming soon!
Automated Accessibility testing using Tenon.io.
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--'
}Tests are run using the following command:
$ grunt test:accessibilityThis task:
- Generates static HTML files from the HBS source and saves them to /tests/tenon/source/
- Copies asset files to /tests/tenon/source/ (for inlining)
- 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/.
Trigger the command using a Git pre-commit hook as Tenon limits API calls to 200 a month for free accounts.