vektor-inc / lightning

Lightning is powerful them for WordPress.
https://lightning.vektor-inc.co.jp
GNU General Public License v2.0
106 stars 28 forks source link

Playwright テスト無効化 #1200

Closed kurudrive closed 1 week ago

kurudrive commented 1 week ago

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

https://github.com/vektor-inc/lightning/issues/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