CI: Browserstack: enable retrial on unexpected test interruption

Caused by page reloads in Safari, for unclear reasons.

Also, post test success status to Browserstack.
This commit is contained in:
larabr
2025-12-11 17:02:33 +01:00
committed by larabr
parent 7f0eec03ce
commit 8801df51ec
3 changed files with 14 additions and 29 deletions

View File

@@ -19,6 +19,7 @@ export default {
sslCert: './127.0.0.1.pem',
testsStartTimeout: 25000,
testsStartTimeoutMaxRetries: 3, // custom config from @openpgp/wtr-test-runner-core
testsInterruptedMaxRetries: 3, // custom config from @openpgp/wtr-test-runner-core
browserStartTimeout: 120000,
testsFinishTimeout: 600000,
concurrentBrowsers: 1,