Files
backstage/packages/e2e-test-utils/CHANGELOG.md
T
github-actions[bot] 7c41134684 Version Packages (next)
2026-02-10 16:14:59 +00:00

1.0 KiB

@backstage/e2e-test-utils

0.1.2-next.1

Patch Changes

  • b96c20e: Added optional channel option to generateProjects() to allow customizing the Playwright browser channel for testing against different browsers variants. When not provided, the function defaults to 'chrome' to maintain backward compatibility.

    Example usage:

    import { generateProjects } from '@backstage/e2e-test-utils';
    
    export default defineConfig({
      projects: generateProjects({ channel: 'msedge' }),
    });
    

0.1.2-next.0

Patch Changes

  • 7455dae: Use node prefix on native imports

0.1.1

Patch Changes

  • 8472188: Added or fixed the repository field in package.json.
  • 6bb6f3e: Updated dependency fs-extra to ^11.2.0. Updated dependency @types/fs-extra to ^11.0.0.

0.1.1-next.0

Patch Changes

  • 8472188: Added or fixed the repository field in package.json.

0.1.0

Minor Changes

0.1.0-next.0

Minor Changes