chore: implement custom mocha interface for the runner (#8929)

Instead of checking skipped tests in mocha-utils this PR
implements a custom mocha interface for better flexibility
when skipping tests. That should allow skipping tests without
running before and after hooks.
This commit is contained in:
Alex Rudenko
2022-09-09 11:12:18 +02:00
committed by GitHub
parent 9b120f6c7b
commit 504c7a1ae6
49 changed files with 203 additions and 97 deletions

View File

@@ -24,7 +24,6 @@ import {
import os from 'os';
import {ServerResponse} from 'http';
import {HTTPRequest} from '../../lib/cjs/puppeteer/common/HTTPRequest.js';
import {it} from './mocha-utils.js';
describe('navigation', function () {
setupTestBrowserHooks();