Testing the Essential Addons For Elementor Demo Pages Using Playwright
Install playwright using the following command:
npm init playwright@latest
Install dotenv:
npm install dotenv@latest
Install playwright-slack-report
npm install playwright-slack-report@latest
To update playwright:
npm install -D @playwright/test@latest
Usually after Playwright update, browsers need to be updated with command:
npx playwright install --with-deps
Install WordPress e2e test Utils For Playwright Documentation: https://github.com/WordPress/gutenberg/tree/trunk/packages/e2e-test-utils-playwright
npm install @wordpress/e2e-test-utils-playwright