Dev #22

Merged
zhangxiang merged 29 commits from dev into main 2026-08-20 12:16:07 +08:00
4 changed files with 10 additions and 2 deletions
Showing only changes of commit 5a4d3106ca - Show all commits
+1
View File
@@ -314,6 +314,7 @@ dogfood-bain/
# agent & skill artifacts
.nova-loop/
.qoder/
.impeccable/
.superpowers/brainstorm/
sessions/
+1
View File
@@ -15,6 +15,7 @@
],
"settings": {
"preset": "desktop",
"chromeFlags": ["--disable-crash-reporter", "--no-sandbox", "--headless=new"],
"onlyCategories": [
"performance",
"accessibility",
+4 -2
View File
@@ -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',
},
],
+4
View File
@@ -0,0 +1,4 @@
{
"cookies": [],
"origins": []
}