From 4482905f59463b11c0b4531b3b246816b3b8a132 Mon Sep 17 00:00:00 2001 From: totto2727 Date: Tue, 23 Apr 2024 14:58:58 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=E3=83=AD=E3=83=BC=E3=82=AB?= =?UTF-8?q?=E3=83=AB=E3=83=95=E3=82=A9=E3=83=B3=E3=83=88=E3=81=AE=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright-test.yml | 3 --- .github/workflows/playwright-update.yml | 3 --- playwright.config.ts | 5 ----- 3 files changed, 11 deletions(-) diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index adefbd0..acf658c 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -12,9 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install CJK Font - run: sudo apt-get update && sudo apt-get install fonts-noto - - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/playwright-update.yml b/.github/workflows/playwright-update.yml index 0418979..0e0767e 100644 --- a/.github/workflows/playwright-update.yml +++ b/.github/workflows/playwright-update.yml @@ -11,9 +11,6 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install CJK Font - run: sudo apt-get update && sudo apt-get install fonts-noto - - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/playwright.config.ts b/playwright.config.ts index dff50b7..87fbe73 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -19,11 +19,6 @@ export default defineConfig({ trace: "on-first-retry", }, // Matcherのグローバル設定 - expect: { - // toHaveScreenshot: { - // maxDiffPixelRatio: 0.002, - // }, - }, // テストサーバの自動起動 webServer: { command: "npm run start",