1061d10907
We use the same pattern in the make file for parallel build, let's us the same here in cypress config. It also allows us to use different name for helper files. Change-Id: I6718cd5221d4c35a259c61a70d7685327a16400c Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98940 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
9 lines
248 B
JSON
9 lines
248 B
JSON
{
|
|
"integrationFolder" : "integration_tests",
|
|
"video" : false,
|
|
"pluginsFile" : "plugins/index.js",
|
|
"defaultCommandTimeout" : 6000,
|
|
"testFiles" : "**/*_spec.js",
|
|
"modifyObstructiveCode": false,
|
|
"fixturesFolder" : "data"
|
|
}
|