UNPKG

@nx/playwright

Version:

The Nx Plugin for Playwright contains executors and generators allowing your workspace to use the powerful Playwright integration testing capabilities.

10 lines (9 loc) 795 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.configurationGenerator = exports.initGenerator = exports.playwrightExecutor = void 0; var playwright_impl_1 = require("./src/executors/playwright/playwright.impl"); Object.defineProperty(exports, "playwrightExecutor", { enumerable: true, get: function () { return playwright_impl_1.playwrightExecutor; } }); var init_1 = require("./src/generators/init/init"); Object.defineProperty(exports, "initGenerator", { enumerable: true, get: function () { return init_1.initGenerator; } }); var configuration_1 = require("./src/generators/configuration/configuration"); Object.defineProperty(exports, "configurationGenerator", { enumerable: true, get: function () { return configuration_1.configurationGenerator; } });