增加 后端,后台管理系统,uniapp会员端的自动化测试。

This commit is contained in:
2026-07-21 18:09:29 +08:00
parent df0e68469b
commit 6b60b3b4da
64 changed files with 13095 additions and 376 deletions
+16
View File
@@ -72,6 +72,22 @@ export default defineConfig({
}
},
},
{
name: 'root',
testDir: './e2e',
testMatch: /.*\.spec\.ts/,
testIgnore: ['**/smoke/**', '**/journeys/**', '**/debug/**'],
use: {
...devices['Desktop Chrome'],
launchOptions: {
args: [
'--disable-blink-features=AutomationControlled',
'--disable-dev-shm-usage',
'--no-sandbox'
]
}
},
},
{
name: 'journeys',
testDir: './e2e/journeys',