Andrey Lushnikov
3ee4951506
[DEBUG] add "session" namespace to trace target protocol messages ( #249 )
2017-08-11 17:47:33 -07:00
Eric Bidelman
1ee47d868b
Doc polish. Example consistency ( #233 )
2017-08-10 18:31:54 -07:00
Andrey Lushnikov
e1d8a3781e
Rename Page.navigate into Page.goto ( #232 )
...
Fixes #228 .
2017-08-10 00:02:10 -07:00
Andrey Lushnikov
2d650d0301
Introduce CHROME env variable for tests ( #205 )
...
This patch adds `CHROME` env variable which allows to
specify custom executable path to run tests.
2017-08-03 21:38:55 -07:00
JoelEinbinder
2acfec0989
Slow mode ( #173 )
...
This patch introduces a `slowMo` browser option which
slows down puppeteer operations. Comes handy for debugging
scripts.
2017-07-31 18:47:56 -07:00
Andrey Lushnikov
0f3a0dcbfc
Update CONTRIBUTING.md and README.md
...
This patch:
- fixes wording in a few places
- fixes installation step on the README.md
2017-07-29 00:34:37 -07:00
Andrey Lushnikov
47a0366b16
Fix typo in coverage
...
This patch:
- fixes typo in coverage
- enables coverage on Travis CI
References #50 .
2017-07-27 16:35:17 -07:00
Andrey Lushnikov
cfc6a6ab38
Update CONTRIBUTING.md
...
Fixes #146 .
2017-07-27 11:28:35 -07:00
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