Skip to main content

Migrations of 2.x.x to 3.x.x

Change playwright preprocessor to playwright-bdd

For @uuv/playwright -> 3.0.0

  • remove file cucumber.cjs
  • update file uuv/playwright.config.ts with highlighted lines :
    import { buildConfig } from "@uuv/playwright";

    export default defineConfig({
    testDir: buildConfig(
    ["e2e/*.feature"]
    ),
    ...
    });