]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Add testing command to readme
authorGeoff Kimball <geoff@zurb.com>
Thu, 17 Mar 2016 16:58:17 +0000 (09:58 -0700)
committerGeoff Kimball <geoff@zurb.com>
Thu, 17 Mar 2016 16:58:17 +0000 (09:58 -0700)
README.md

index 295cc6e8c36f7d6ca164af739cd9ea62d74bc05e..c3255939f2986a3e8dc0f3e805599e2bef9f60e9 100644 (file)
--- 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.