Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Remove unused test projects
Rūdolfs Ošiņš committed 2 months ago
commit d21434d25697e5f476d645ffb17e59b365598f14
parent 9af7ee6
2 files changed +1 -16
modified .github/workflows/check-e2e.yml
@@ -5,9 +5,6 @@ on:

jobs:
  check-e2e:
-
    strategy:
-
      matrix:
-
        browser: [chromium]
    timeout-minutes: 30
    runs-on: ubuntu-latest
    steps:
@@ -33,7 +30,7 @@ jobs:
          ./scripts/install-binaries;

      - name: Run Playwright tests
-
        run: npm run test:e2e -- --project ${{ matrix.browser }}
+
        run: npm run test:e2e -- --project chromium

      - name: Upload artifacts
        uses: actions/upload-artifact@v4
modified playwright.config.ts
@@ -29,18 +29,6 @@ const config: PlaywrightTestConfig = {
      },
    },
    {
-
      name: "firefox",
-
      use: {
-
        ...devices["Desktop Firefox"],
-
      },
-
    },
-
    {
-
      name: "webkit",
-
      use: {
-
        ...devices["Desktop Safari"],
-
      },
-
    },
-
    {
      name: "visual-desktop",
      timeout: 60_000,
      expect: {