We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084b0af commit bb4001bCopy full SHA for bb4001b
frontend/tests/test-variant-console/playwright.config.ts
@@ -74,6 +74,17 @@ const config = defineConfig({
74
...devices['Desktop Chrome'],
75
permissions: ['clipboard-read', 'clipboard-write'],
76
},
77
+ testIgnore: '**/quotas/pagination.spec.ts',
78
+ },
79
+ // Isolated project for quota pagination tests (avoid RPK conflicts)
80
+ {
81
+ name: 'quotas-isolated',
82
+ testMatch: '**/quotas/pagination.spec.ts',
83
+ workers: 1,
84
+ use: {
85
+ ...devices['Desktop Chrome'],
86
+ permissions: ['clipboard-read', 'clipboard-write'],
87
88
89
],
90
});
0 commit comments