E2E Testing with Playwright
End-to-end testing for the Gauzy web application.
Setup
# Install Playwright
npx playwright install
# Run E2E tests
yarn e2e
End-to-end testing for the Gauzy web application.
# Install Playwright
npx playwright install
# Run E2E tests
yarn e2e