fix(l1): add tasktree readiness profile
This commit is contained in:
@@ -850,6 +850,32 @@ templates:
|
||||
maxDelayMs: 10000
|
||||
defaultNativeReadinessProfile: workbench
|
||||
nativeReadinessProfiles:
|
||||
tasktree:
|
||||
application: tasktree
|
||||
path: /projects/tasktree
|
||||
navigationTimeoutMs: 30000
|
||||
settleMs: 700
|
||||
commandTimeoutSeconds: 120
|
||||
viewport:
|
||||
width: 1920
|
||||
height: 1080
|
||||
readySelectors:
|
||||
- .tasktree-gantt
|
||||
- .tasktree-label
|
||||
- .desktop-sidebar-toggle
|
||||
minBodyTextLength: 20
|
||||
interaction:
|
||||
selector: .desktop-sidebar-toggle
|
||||
observedSelector: .platform-sidebar
|
||||
observedAttribute: data-collapsed
|
||||
failedResponseStatus: 400
|
||||
criticalPathPrefixes:
|
||||
- /v1/tasktree
|
||||
screenshotName: native-tasktree-ready.png
|
||||
outputLimits:
|
||||
errors: 20
|
||||
failedResponses: 20
|
||||
textPreviewChars: 160
|
||||
workbench:
|
||||
application: workbench
|
||||
path: /workbench
|
||||
|
||||
Reference in New Issue
Block a user