libreoffice-online/cypress_test/plugins
Tamás Zolnai a13b1a93bc cypress: try to handle support file better during parallel run.
When we run cypress tests in parallel (e.g. make check -j4), the
tests randomly fail with an uncaught error. The issue might be
because the same support file is shared between the different threads,
and they might access it at the same time. We try to create different
instances of the support file via preprocessing. Let's see whether it
makes the issue go away.

Issue's error message was:
"An uncaught error was detected outside of a test:
SyntaxError: The following error originated from your test code, not from Cypress.
Unexpected end of input"

Signed-off-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Change-Id: I7b256cd686fb2b0e79ab602e95d197388a5aadca
2020-12-17 19:12:44 +01:00
..
blacklists.js cypress: php-proxy: reenable table related tests. 2020-12-03 14:56:19 +01:00
index.js cypress: try to handle support file better during parallel run. 2020-12-17 19:12:44 +01:00
tasks.js cypress: fix failures caused by dirty test documents. 2020-03-11 19:12:21 +01:00