This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
895f69d17a
puppeteer
/
.gitignore
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Puppeteer: staging commit.
2017-05-11 07:06:41 +00:00
/node_modules/
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 21:33:34 +00:00
/test/output
Puppeteer: staging commit.
2017-05-11 07:06:41 +00:00
/.local-chromium/
/.dev_profile*
.DS_Store
*.swp
*.pyc
Reference in New Issue
Copy Permalink