🚧 Coming Soon 🚧
Guide for writing and running end-to-end tests using Playwright and Cypress.
# Run all Playwright tests npm run playwright:test # Run in headed mode (see browser) npm run playwright:headed # Run specific test file npx playwright test tests/auth/login.spec.ts # Debug specific test npm run playwright:debug tests/auth/login.spec.ts # Open Playwright UI npm run playwright:ui
# Run Cypress tests cd superset-frontend/cypress-base npm run cypress-run-chrome # Open Cypress UI npm run cypress-debug
This documentation is under active development. Check back soon for updates!