puppeteer/test
Andrey Lushnikov d99031ba46 [doclint] Move doclint under utils/
This patch:
- moves doclint under utils/ folder
- adds tests to verify doclint basic functionality

This patch also drops the jasmine as a spec runner for the doclint
checks. It turned out it's hard to customize jasmine's behavior,
so instead this patch implements a dummy spec runner.

The dummy spec runner allows us:
- to format messages however we want (the custom jasmine reporter would
  also allow us to do this)
- to avoid `beforeAll` functions which pollute global to pass
  initialized variables over to specs

References #14
2017-07-13 00:28:52 -07:00
..
assets Run headless chromium with --hide-scrollbars 2017-07-10 18:58:29 -07:00
golden Implement FrameManager 2017-06-21 14:11:52 -07:00
server Change Page.navigate to return main resource response 2017-07-10 18:50:06 -07:00
diffstyle.css Implement FrameManager 2017-06-21 14:11:52 -07:00
frame-utils.js Convert var's to let's 2017-06-22 14:58:39 -07:00
golden-utils.js Convert var's to let's 2017-06-22 14:58:39 -07:00
test.js Roll chromium to r485143 2017-07-11 20:45:09 -07:00