UNPKG

@nx/playwright

Version:

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

7 lines (6 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eslintPluginPlaywrightVersion = exports.playwrightVersion = exports.nxVersion = void 0; exports.nxVersion = require('../../package.json').version; exports.playwrightVersion = '^1.36.0'; exports.eslintPluginPlaywrightVersion = '^1.6.2';