puppeteer/test
Andrey Lushnikov dbb374d4af Fix racy condition in case of multiple parallel screenshots
Page.screenshot operates the global state of the page. In case of
multiple Page.screenshot() commands running in parallel with different
clipping rects, they interfere with each other.

This patch makes Page.screenshot() commands run sequencially
even though they were called in parallel.

Fixes #15.
2017-06-16 20:20:36 -07:00
..
assets Use digit images in test/assets/grid.html 2017-06-16 16:00:36 -07:00
golden Use digit images in test/assets/grid.html 2017-06-16 16:00:36 -07:00
goldentest.js Fix racy condition in case of multiple parallel screenshots 2017-06-16 20:20:36 -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