Skip to content

Commit

Permalink
Remove testing webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikikiv committed Feb 26, 2024
1 parent f26e01f commit 5b90e36
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,17 @@ export default defineConfig({
},
},

{
name: "webkit",
use: {
...devices["Desktop Safari"],
baseURL: "http://localhost:3000",
launchOptions: {
// https://webkit.org/blog/11353/async-clipboard-api/
args: ["--enable-features=AsyncClipboard"],
},
contextOptions: { permissions: ["clipboard-read"] },
},
},
// {
// name: "webkit",
// use: {
// ...devices["Desktop Safari"],
// baseURL: "http://localhost:3000",
// launchOptions: {
// args: ["--enable-features=AsyncClipboard"],
// },
// contextOptions: { permissions: ["clipboard-read"] },
// },
// },

{
name: "extension chromium",
Expand Down

1 comment on commit 5b90e36

@vercel
Copy link

@vercel vercel bot commented on 5b90e36 Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.