From cb510fd5d9733269ab4c934049e920509d7831bb Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Wed, 14 Sep 2022 11:31:23 -0500 Subject: [PATCH] run on firefox and webkit --- .github/workflows/podcast-web.yml | 2 +- src/Web/E2E/playwright.config.ts | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/podcast-web.yml b/.github/workflows/podcast-web.yml index 5cce73e..b146867 100644 --- a/.github/workflows/podcast-web.yml +++ b/.github/workflows/podcast-web.yml @@ -147,7 +147,7 @@ jobs: uses: test-summary/action@dist if: always() with: - paths: test-results/junit.xml + paths: src/Web/E2E/test-results/junit.xml - name: Upload HTML report uses: actions/upload-artifact@v2 diff --git a/src/Web/E2E/playwright.config.ts b/src/Web/E2E/playwright.config.ts index 4131d9b..5ebabe9 100644 --- a/src/Web/E2E/playwright.config.ts +++ b/src/Web/E2E/playwright.config.ts @@ -52,11 +52,17 @@ const config: PlaywrightTestConfig = { }, }, { - name: 'Microsoft Edge', + name: 'firefox', use: { - channel: 'msedge', + ...devices['Desktop Firefox'], }, - }, + }, + { + name: 'webkit', + use: { + ...devices['Desktop Safari'], + }, + }, /* Test against mobile viewports. */ // {