diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 240ad5d..0eb89d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Install Playwright Browsers run: yarn playwright install --with-deps - name: Run Playwright tests - run: yarn playwright test + run: yarn playwright test --reporter=html - uses: actions/upload-artifact@v3 if: always() with: diff --git a/.gitignore b/.gitignore index 4a8f8af..a88f003 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,5 @@ dist .vercel .env frontend/.env + +playwright-report \ No newline at end of file diff --git a/README.md b/README.md index 5f0824a..ffcce05 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ ByteDream-JueJin │ ├─ autoDeploy.yaml // 自动部署 │ ├─ issue.yaml │ ├─ lint.yaml +│ ├─ test.yaml │ └─ release.yaml ├─ .gitignore ├─ .husky @@ -81,6 +82,7 @@ ByteDream-JueJin │ ├─ extensions.json │ └─ settings.json ├─ .yarnrc +├─ e2e ├─ backend │ ├─ .editorconfig │ ├─ .eslintignore