playwright-cleanup
Version:
A Playwright cleanup plugin
11 lines (10 loc) • 351 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const cleanup_fixture_1 = require("./fixtures/cleanup-fixture");
function extendPlaywrightCleanup(options = {}) {
return {
cleanupOptions: options,
cleanup: cleanup_fixture_1.playwrightCleanup.cleanup,
};
}
exports.default = extendPlaywrightCleanup;