docs: add jest-puppeteer example#5093
Conversation
2b09fd7 to
656f896
Compare
Codecov Report
@@ Coverage Diff @@
## master #5093 +/- ##
=======================================
Coverage 60.58% 60.58%
=======================================
Files 201 201
Lines 6686 6686
Branches 4 4
=======================================
Hits 4051 4051
Misses 2635 2635Continue to review full report at Codecov.
|
docs/Puppeteer.md
Outdated
| ```js | ||
| // setup.js | ||
| module.exports = function() { | ||
| return new Promise((resolve, reject) => { |
There was a problem hiding this comment.
I think we should use async-await in the examples
docs/Puppeteer.md
Outdated
| --- | ||
|
|
||
| With the | ||
| [Global Setup/Teardown](https://facebook.github.io/jest/docs/en/configuration.html#globalsetup-string) |
There was a problem hiding this comment.
is it possible to have relative links here?
656f896 to
e9d761c
Compare
|
Cool! I hope this integration makes people happy :) |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Added a guide for usage with puppeteer