From e4c487f5e3baa2f04ea2b3766500b79b791efa51 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sat, 9 Jun 2018 15:18:29 +0200 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 39a2ed0..795f007 100644 --- a/Contributing.md +++ b/Contributing.md @@ -93,7 +93,7 @@ The reference tests require you to generate original snapshots for comparison. T ``` cp test/resources/browser_manifests/browser_manifest.json.example test/resources/browser_manifests/browser_manifest.json ``` -Then edit the manifest and make sure it points to the browser(s) you want to use for generating the reference images. Optionally, you can add `"headless": true` to entries to disable showing the GUI of the browser. +Then edit the manifest and make sure it points to the browser(s) you want to use for generating the reference images. Optionally, you can add `"headless": true` to run the tests without a browser window. Now we can generate the reference images: