test(e2e): fix preflight fixture scope and path handling

This commit is contained in:
kl
2026-03-04 12:54:42 +08:00
parent 7f6ad472c4
commit 3b0f7af382
3 changed files with 9 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ mvn -q -pl server -DskipTests package
cd tests/e2e
npm install
npx playwright install --with-deps chromium
pip3 install -r tests/e2e/requirements.txt
pip3 install -r requirements.txt
```
3. Generate fixtures and start fixture server: