Back to Opik

E2E Tests Directory

apps/opik-frontend/e2e/README.md

2.0.24-5262515 B
Original Source

E2E Tests Directory

Status: Not Maintained

This directory contains Playwright end-to-end tests from early project development. These tests are not maintained and are kept for historical reference only.

Current Testing Approach

Frontend testing:

  • Unit tests for utilities and complex logic
  • Run: npm run test
  • Location: apps/opik-frontend/src/**/*.test.tsx

End-to-end testing:

  • Full-stack e2e tests at repository root: tests_end_to_end/
  • Not required for frontend contributions