Automated end-to-end tests for Ecommerce Demo store using Playwright.
pages/— Page Object Modelstests/— Test specificationsplaywright.config.js— Playwright configurationplaywright-report/— HTML test reports.github/workflows/test.yml— CI/CD pipeline
npm installRun all tests:
npx playwright testView the HTML report:
npx playwright show-reportTestdino enables cloud-based Playwright reporting.
After your tests complete and the report is generated in playwright-report, upload it to Testdino:
Replace the token above with your own Testdino API key.
See all available commands:
npx tdpw --helpAdd the following step to your workflow after tests and report generation:
Ensure your API key is correctly placed in the command.
Automated test runs and report merging are configured in .github/workflows/test.yml.
Pull requests and issues are welcome!