File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -76,18 +76,6 @@ interface JestPlaywright {
76
76
* ```
77
77
*/
78
78
resetBrowser : ( newOptions ?: BrowserContextOptions ) => Promise < void >
79
- /**
80
- * Suspends test execution and gives you opportunity to see what's going on in the browser
81
- * - Jest is suspended (no timeout)
82
- * - A debugger instruction to the Browser, if Playwright has been launched with { devtools: true } it will stop
83
- *
84
- * ```ts
85
- * it('should put test in debug mode', async () => {
86
- * await jestPlaywright.debug()
87
- * })
88
- * ```
89
- */
90
- debug : ( ) => Promise < void >
91
79
/**
92
80
* Saves the coverage to the disk which will only work if `collectCoverage`
93
81
* in `jest-playwright.config.js` file is set to true. The merged coverage file
You can’t perform that action at this time.
0 commit comments