libreoffice-online/cypress_test/cypress.json
Tamás Zolnai 1061d10907 cypress: use the *_spec.js pattern to filter test files.
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>
2020-07-17 11:16:30 +02:00

9 lines
248 B
JSON

{
"integrationFolder" : "integration_tests",
"video" : false,
"pluginsFile" : "plugins/index.js",
"defaultCommandTimeout" : 6000,
"testFiles" : "**/*_spec.js",
"modifyObstructiveCode": false,
"fixturesFolder" : "data"
}