AI-powered pronunciation assessment platform, currently under development.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the landing page.
To run the tests:
# Run all tests
npx playwright test
# Run tests in UI mode
npx playwright test --ui --headed
# Run a specific test file
npx playwright test tests/landing.spec.ts
# Run tests in debug mode
npx playwright test --debugMake sure the development server is running with error monitoring enabled (npm run dev-sentry) before running tests. All tests will access pages through http://localhost:3000.
- Next.js - React framework
- Material-UI - UI components
- Sentry - Error monitoring
- Playwright - Testing framework
For inquiries, reach out to us at [email protected]