We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c003c6b + e22bf1b commit a3ddcffCopy full SHA for a3ddcff
docs/playwright.md
@@ -32,8 +32,8 @@ for initialization and an `afterAll` hook to finish the happo session.
32
```js
33
const happoPlaywright = require('happo-playwright');
34
35
-test.beforeAll(async ({ context }) => {
36
- await happoPlaywright.init(context);
+test.beforeAll(async () => {
+ await happoPlaywright.init();
37
});
38
39
test.afterAll(async () => {
0 commit comments