-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathconfig.yml
More file actions
29 lines (23 loc) · 912 Bytes
/
config.yml
File metadata and controls
29 lines (23 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Example batch execution index YAML file
# This demonstrates how to use the multi-YAML file batch execution feature
# Concurrency settings (default: 1 for sequential execution)
concurrent: 2
# Continue execution even if one file fails (default: false)
continueOnError: false
# Summary output file
summary: "./midscene_run/output/custom-summary.json"
# Global web environment configuration (applied to all files)
web:
# All individual YAML files will inherit these settings
viewportWidth: 1280
viewportHeight: 720
# bridgeMode: "newTabWithUrl"
# Output directory for individual files (will be combined with file-specific paths)
# Global android environment configuration (if needed)
# android:
# deviceId: "emulator-5554"
# Execution order using glob patterns
files:
- "midscene-scripts/extract-github-status.yaml"
- "midscene-scripts/local-static-server.yml"
- "midscene-scripts/s*.yaml"