webkit2e2

This commit is contained in:
Untone 2024-06-06 09:10:36 +03:00
parent d249cb050d
commit 3ec7420eb8
2 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
"codegen": "graphql-codegen",
"deploy": "graphql-codegen && npm run typecheck && vite build && vercel",
"dev": "vite",
"e2e": "npx playwright test --project=chromium",
"e2e": "npx playwright test --project=webkit",
"fix": "npm run check:code:fix && stylelint **/*.{scss,css} --fix",
"format": "npx @biomejs/biome format src/. --write",
"postinstall": "npm run codegen && npx patch-package",
"postinstall": "npm run codegen && npx patch-package && npx playwright install webkit",
"check:code": "npx @biomejs/biome check src --log-kind=compact --verbose",
"check:code:fix": "npx @biomejs/biome check . --apply",
"lint": "npm run lint:code && stylelint **/*.{scss,css}",

View File

@ -37,7 +37,6 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] },
},
/* Test against many viewports.
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
@ -47,7 +46,8 @@ export default defineConfig({
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
*/
/* Test against many viewports.
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },