Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playwright テスト無効化 #1200

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Playwright テスト無効化 #1200

merged 3 commits into from
Nov 20, 2024

Conversation

kurudrive
Copy link
Member

@kurudrive kurudrive commented Nov 20, 2024

チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)

#1199

CSS Optimize を無効化している都合上 Playwright のテストが通らないため一旦削除

      - name: Install dependencies ////////////////////////
        run: npm ci
      - name: Install Playwright Browsers
        run: npx playwright install --with-deps
      - name: Run Playwright tests
        run: npx playwright test --trace on --project=chromium
      - uses: actions/upload-artifact@v3
        if: always()
        with:
          name: playwright-report
          path: playwright-report/
          retention-days: 30

@kurudrive kurudrive merged commit 8ef26b3 into master Nov 20, 2024
4 checks passed
@kurudrive kurudrive deleted the change/disable-playwright branch November 20, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant