我无法发表评论,因为我没有 50 个代表...
@mlosev 您将如何像在 runner 中那样过滤 .testcaferc.json 文件?
我想运行所有测试,除了带有 toDo 元数据的测试:'yes'。当前配置文件:
{
"assertionTimeout": 5000,
"browsers": ["chrome --window-size=1920,1159"],
"concurrency": 7,
"pageLoadTimeout": 15000,
"reporter": {
"name": "spec",
"output": "artifacts/reports/test_suite_results"
},
"screenshots": {
"path": "artifacts/screenshots",
"pathPattern": "${TEST}_${DATE}_${TIME}.png",
"takeOnFails": true
},
"selectorTimeout": 5000,
"skipJsErrors": false,
"src": "tests",
"videoEncodingOptions": {
"aspect": "16:9",
"framerate": 30
},
"videoOptions": {
"failedOnly": true,
"pathPattern": "${TEST}_${DATE}_${TIME}.mp4",
"singleFile": false
},
"videoPath": "artifacts/recordings"
}