Dev #22
@@ -314,6 +314,7 @@ dogfood-bain/
|
||||
# agent & skill artifacts
|
||||
.nova-loop/
|
||||
.qoder/
|
||||
.impeccable/
|
||||
.superpowers/brainstorm/
|
||||
sessions/
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
],
|
||||
"settings": {
|
||||
"preset": "desktop",
|
||||
"chromeFlags": ["--disable-crash-reporter", "--no-sandbox", "--headless=new"],
|
||||
"onlyCategories": [
|
||||
"performance",
|
||||
"accessibility",
|
||||
|
||||
@@ -74,6 +74,7 @@ export default defineConfig({
|
||||
use: {
|
||||
...devices['Desktop Firefox'],
|
||||
viewport: { width: 1280, height: 800 },
|
||||
storageState: './storageState.firefox.json',
|
||||
},
|
||||
testMatch: 'visual-regression.spec.ts',
|
||||
},
|
||||
@@ -82,6 +83,7 @@ export default defineConfig({
|
||||
use: {
|
||||
...devices['Desktop Safari'],
|
||||
viewport: { width: 1280, height: 800 },
|
||||
storageState: './storageState.firefox.json',
|
||||
},
|
||||
testMatch: 'visual-regression.spec.ts',
|
||||
},
|
||||
@@ -102,12 +104,12 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
name: 'firefox',
|
||||
use: { ...devices['Desktop Firefox'] },
|
||||
use: { ...devices['Desktop Firefox'], storageState: './storageState.firefox.json' },
|
||||
testIgnore: 'visual-regression.spec.ts',
|
||||
},
|
||||
{
|
||||
name: 'webkit',
|
||||
use: { ...devices['Desktop Safari'] },
|
||||
use: { ...devices['Desktop Safari'], storageState: './storageState.firefox.json' },
|
||||
testIgnore: 'visual-regression.spec.ts',
|
||||
},
|
||||
],
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"cookies": [],
|
||||
"origins": []
|
||||
}
|
||||
Reference in New Issue
Block a user