mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Upgrade integration tests to use Vitest (#6021)
This commit is contained in:
parent
8d6eb8c322
commit
9d023be1d1
18 changed files with 511 additions and 620 deletions
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
|
|
@ -46,7 +46,9 @@ jobs:
|
|||
- name: Run E2E tests
|
||||
env:
|
||||
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
run: npm run test:integration:${{ matrix.sandbox }} -- --verbose --keep-output
|
||||
VERBOSE: true
|
||||
KEEP_OUTPUT: true
|
||||
run: npm run test:integration:${{ matrix.sandbox }}
|
||||
|
||||
e2e-test-macos:
|
||||
name: E2E Test - macOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue