Parallelize test-electron

This commit is contained in:
Fedor Indutny 2024-07-22 12:27:09 -07:00 committed by GitHub
parent c64762858e
commit 9006990e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 127 additions and 70 deletions

View file

@ -30,6 +30,7 @@ window.textsecure.storage.protocol = window.getSignalProtocolStore();
runner.on('pass', test => window.testUtilities.onTestEvent({
type: 'pass',
title: test.titlePath(),
duration: test.duration,
}));
runner.on('fail', (test, error) => window.testUtilities.onTestEvent({
type: 'fail',