Andrey Lushnikov
e33a8f818c
Support HEADLESS env variable for unit tests
...
This patch makes it possible to run unit tests in non-headless
mode with the following command:
```
HEADLESS=false npm run unit
```
2017-07-19 19:36:22 -07:00
Andrey Lushnikov
55acae40fd
Introduce DEBUG module which traces public API calls
...
This patch improves on DEBUG module to trace all puppeteer's
public API calls.
References #89 .
2017-07-18 21:06:03 -07:00
Andrey Lushnikov
0414dfa98b
Introduce DEBUG module
...
This patch re-introduces the DEBUG module to expose some of
the puppeteer's internals.
Currently, only the protocol message communication is exposed under
the 'puppeteer:protocol' namespace.
2017-07-17 15:15:07 -07:00
Andrey Lushnikov
1ebf3aa5aa
update CONTRIBUTING.md
2017-06-21 14:11:52 -07:00
Andrey Lushnikov
2cda8c18d1
Puppeteer: staging commit.
2017-05-11 00:06:41 -07:00