Boilerplate free tests (#277)

This commit is contained in:
Will Chen
2025-05-28 22:55:54 -07:00
committed by GitHub
parent 7a4ec22480
commit 509e044137
13 changed files with 196 additions and 181 deletions

View File

@@ -41,6 +41,8 @@ jobs:
run: npx playwright install chromium --with-deps
- name: Build
run: npm run pre:e2e
- name: Prep test server
run: cd testing/fake-llm-server && npm install && npm run build && cd -
- name: E2E tests
# Add debug logging to make it easier to see what's failing
run: DEBUG=pw:browser npm run e2e