From 82245f0b5c936f54765f3b1df7cd7b2777a611b8 Mon Sep 17 00:00:00 2001 From: DC Date: Tue, 20 Sep 2016 04:35:09 -0700 Subject: [PATCH] Integration tests: README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d47b59e7..be5f7a3b 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,11 @@ The integration tests use Spectron and Tape. They click through the app, taking * Small UI changes will break a few tests, but the fix is as easy as deleting the offending screenshots and running the tests, which will recreate them with the new look. * The resulting Github PR will then show, pixel by pixel, the exact UI changes that were made! Ses https://github.com/blog/817-behold-image-view-modes -For MacOS, you'll need a Retina screen for the integration tests to pass. +For MacOS, you'll need a Retina screen for the integration tests to pass. Your screen should have the same resolution as a 2016 12" Macbook. + +For Windows, you'll need Windows 10 with a 1366x768 screen. + +When running integration tests, keep the mouse on the edge of the screen and don't touch the mouse or keyboard while the tests are running. ### Package the app