merge: 收敛 HWPOD native L1
This commit is contained in:
@@ -197,7 +197,7 @@ lanes:
|
||||
bindHost: 0.0.0.0
|
||||
probeHost: 127.0.0.1
|
||||
port: 5174
|
||||
runtimeConfig:
|
||||
runtimeConfig: &hwlabV03NativeCloudWebRuntimeConfig
|
||||
displayTime:
|
||||
timeZone: Asia/Shanghai
|
||||
locale: zh-CN
|
||||
@@ -259,6 +259,12 @@ lanes:
|
||||
bindHost: 0.0.0.0
|
||||
probeHost: 127.0.0.1
|
||||
port: 5175
|
||||
runtimeConfig: *hwlabV03NativeCloudWebRuntimeConfig
|
||||
accessProfile:
|
||||
id: hwpod-native-l1
|
||||
allowedNavIds:
|
||||
- admin.hwpodGroups
|
||||
startPath: /hwpods/devices
|
||||
caserun:
|
||||
publicExposure:
|
||||
publicBaseUrl: https://lab-dev-caserun.hwpod.com
|
||||
@@ -980,26 +986,32 @@ templates:
|
||||
hwpod:
|
||||
application: hwpod
|
||||
authentication: none
|
||||
path: /
|
||||
path: /hwpods/devices
|
||||
navigationTimeoutMs: 30000
|
||||
settleMs: 700
|
||||
commandTimeoutSeconds: 120
|
||||
viewport:
|
||||
width: 1440
|
||||
height: 900
|
||||
width: 1920
|
||||
height: 1080
|
||||
readySelectors:
|
||||
- "[data-testid='hwpod-console']"
|
||||
- "[data-resources] .resource"
|
||||
- .platform-sidebar
|
||||
minBodyTextLength: 40
|
||||
interaction:
|
||||
selector: "[data-resources] .resource:first-child"
|
||||
observedSelector: "[data-resources] .resource:first-child"
|
||||
observedAttribute: aria-current
|
||||
selector: .desktop-sidebar-toggle
|
||||
observedSelector: .platform-sidebar
|
||||
observedAttribute: data-collapsed
|
||||
failedResponseStatus: 400
|
||||
criticalPathPrefixes:
|
||||
- /v1/hwpod
|
||||
- /health/ready
|
||||
screenshotName: native-hwpod-ready.png
|
||||
layout:
|
||||
requireNoDocumentOverflow: true
|
||||
requireNoMainContentOverflow: false
|
||||
mainContentSelector: .platform-content
|
||||
internalScrollSelectors:
|
||||
- .platform-content
|
||||
outputLimits:
|
||||
errors: 20
|
||||
failedResponses: 20
|
||||
|
||||
Reference in New Issue
Block a user