Reduce SQL document test matrix

This commit is contained in:
Vsevolod Kukol
2026-09-11 23:18:35 +02:00
parent b16229d1f8
commit 26a9f39f5a
2 changed files with 10 additions and 3 deletions
+3
View File
@@ -28,6 +28,7 @@ export default defineConfig({
projects: [
{
name: "firefox",
grepInvert: /@document-chrome-only/,
use: {
...devices["Desktop Firefox"],
launchOptions: {
@@ -50,6 +51,7 @@ export default defineConfig({
},
{
name: "webkit",
grepInvert: /@document-chrome-only/,
use: {
...devices["Desktop Safari"],
},
@@ -66,6 +68,7 @@ export default defineConfig({
},
{
name: "Microsoft Edge",
grepInvert: /@document-chrome-only/,
use: {
...devices["Desktop Edge"],
channel: "msedge",