From: Geoff Kimball Date: Thu, 17 Mar 2016 16:58:17 +0000 (-0700) Subject: Add testing command to readme X-Git-Tag: v2.0.0-rc.4~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338f3eb25103c0ed2d4bee28d7f1924d6db7acda;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Add testing command to readme --- diff --git a/README.md b/README.md index 295cc6e8..c3255939 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ npm install Then run `npm start` to compile the documentation. When it finishes, a new browser window will open pointing to a BrowserSync server displaying the documentation. +## Testing + +Run `npm run test:visual` to compile the visual regression tests. All of the pages under `test/visual/pages` are compiled and inlined. From there, they can be uploaded to Litmus for testing. + ## Inky [Inky](https://github.com/zurb/inky) is our new templating language that converts simple HTML into the complex tables required for email layout.