修改使install.sh脚本兼容DoD,修复一些错误,增加了一些关键位置的截图和超时判断
This commit is contained in:
@@ -15,7 +15,7 @@ const config: PlaywrightTestConfig = {
|
||||
forbidOnly: Boolean(env.CI),
|
||||
retries: env.CI ? 2 : 0,
|
||||
|
||||
reporter: env.CI ? 'list' : [['list'], ['html', {
|
||||
reporter: [['html', {
|
||||
outputFolder: 'playwright-report/html',
|
||||
open: 'never'
|
||||
}]],
|
||||
|
||||
Reference in New Issue
Block a user