-
Notifications
You must be signed in to change notification settings - Fork 455
Open
Labels
Description
- Setup test framework (Playwright?) in
/test/e2e
folder - Add E2E tests to cover the 2 base scenarios
- add new file to ingest by uploading to /index API
- test Chat UI asking for an answer based on indexed document
-
npm test
from the repo root runs the tests - create E2E tests for the API's:
packages/src/functions
Copilot