Playwright TypeScript project with Synpress integration for Web3 testing.
Dependencies are already installed. If needed, run:
npm install# Run all tests
npm test
# Run tests in UI mode
npm run test:ui
# Run tests in debug mode
npm run test:debug
# Run tests on specific browsers
npm run test:chromium
npm run test:firefox
npm run test:webkittests/- Test files (*.spec.ts)playwright.config.ts- Playwright configuration.github/workflows/playwright.yml- CI/CD workflow
All Playwright browsers (Chromium, Firefox, WebKit) are installed and ready to use.
!!! Only @playwright/[email protected] compatible with synpress