5c2f5eac2e
It's more effective, since it reruns only the failing test, not the whole test suite. Also it has a nicer output. Change-Id: I8a50a20366b76a5cedb4e9383220c53f367c5a68 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102995 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"integrationFolder" : "integration_tests",
|
|
"video" : false,
|
|
"pluginsFile" : "plugins/index.js",
|
|
"defaultCommandTimeout" : 6000,
|
|
"testFiles" : "**/*_spec.js",
|
|
"modifyObstructiveCode": false,
|
|
"fixturesFolder" : "data",
|
|
"chromeWebSecurity": false,
|
|
"retries": {
|
|
"runMode": 1,
|
|
"openMode": 0
|
|
}
|
|
}
|