This is a generic automation test suit using WP Gutenberg Playwright Utils Used Framewrok
- Playwright https://playwright.dev/
- WordPress E2E Playwright Utils https://github.com/WordPress/gutenberg/tree/trunk/packages/e2e-test-utils-playwright
npm install
npm run build
npm run test-e2e:playwright
npm run test-e2e:playwright -- --headed
npm run test-e2e:playwright -- <path_to_test_file> # E.g., npm run test-e2e:playwright -- add-new-post.spec.js
npm run test-e2e:playwright -- --debug
We can migrate wp-e2e generic test cases from here using the steps mentioned in this