Skip to content

Commit a3cfc1a

Browse files
authored
feat(e2e): create base project for end-to-end testing (dotCMS#31949)
This commit transitions the end-to-end testing framework from Cypress to Playwright, enhancing testing capabilities and performance. Key changes include: - Updated to configure Playwright as the e2e test runner. - Removed Cypress-specific configurations and files, including and related support files. - Introduced a new Playwright configuration file () to define test settings and browser options. - Updated ESLint configuration to extend Playwright rules instead of Cypress. - Added initial Playwright test example in . This migration aims to improve test reliability and maintainability across the application. This task include: - Creation of a new app for E2E with Nx - Remove all empty E2E apps - Remove Cypress in favor of Playwright
1 parent 83b3190 commit a3cfc1a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+772
-1992
lines changed

core-web/apps/dotcdn-e2e/.eslintrc.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/cypress.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/project.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/src/fixtures/example.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/src/integration/app.spec.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/src/plugins/index.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/src/support/app.po.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

core-web/apps/dotcdn-e2e/src/support/commands.ts

Lines changed: 0 additions & 33 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/src/support/index.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

core-web/apps/dotcdn-e2e/tsconfig.e2e.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)