From 46ac9277f78b540e7480ce2e5c8e518618667d21 Mon Sep 17 00:00:00 2001 From: Michel Kaporin Date: Thu, 29 Jun 2017 12:36:09 +0200 Subject: [PATCH] Info about screenshots --- test/smoke/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/smoke/README.md b/test/smoke/README.md index 6f8b742381e..a31294b5cac 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -41,3 +41,6 @@ To add new test, `./test/${area}.ts` should be updated. The same instruction-sty } ``` 2. In main.js add `--debug-brk=9999` as a first argument to the place where `out/mocha-runner.js` is spawned. + +# Screenshots +Almost on every automated test action it captures a screenshot. These help to determine an issue, if smoke test fails. The normal workflow is that you understand what code is doing and then try to match it up with screenshots obtained from the test. -- GitLab