puppeteer/test
Andrey Lushnikov 242a6a6e73 Introduce screenshot tests
This patch introduces a goldentest.js. The tests inside
the file should rely on "golden" results rather then asserts.

For now, goldentest.js allows only image expectations. If the
actual result doesn't match the expected result, the two files
are created under `test/output` folder:
- The '-actual.png' contains the actual test result
- The '-diff.png' contains the diff between images
2017-06-16 14:33:34 -07:00
..
assets Introduce screenshot tests 2017-06-16 14:33:34 -07:00
golden Introduce screenshot tests 2017-06-16 14:33:34 -07:00
goldentest.js Introduce screenshot tests 2017-06-16 14:33:34 -07:00
StaticServer.js Add Request.abort() test 2017-06-15 08:26:55 -07:00
test.js Page.Events.Error should throw an proper error 2017-06-16 11:21:44 -07:00