Skip to content

Commit

Permalink
chore: test chromium only
Browse files Browse the repository at this point in the history
since copy-clipboard works only in chromium with playwright
  • Loading branch information
d-koppenhagen committed Dec 20, 2024
1 parent a6ba342 commit 1f70b25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches-ignore:
- main
- gh-pages
pull_request:
branches:
- main

jobs:
build-and-test:
Expand Down
10 changes: 0 additions & 10 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ export default defineConfig({
use: { ...devices["Desktop Chrome"] },
},

{
name: "firefox",
use: { ...devices["Desktop Firefox"] },
},

{
name: "webkit",
use: { ...devices["Desktop Safari"] },
},

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
Expand Down

0 comments on commit 1f70b25

Please sign in to comment.