diff --git a/packages/agent/web-test-runner.config.cjs b/packages/agent/web-test-runner.config.cjs index d76784c3d..47bdd14e3 100644 --- a/packages/agent/web-test-runner.config.cjs +++ b/packages/agent/web-test-runner.config.cjs @@ -6,20 +6,8 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { @@ -30,6 +18,7 @@ module.exports = { groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', @@ -54,4 +45,3 @@ module.exports = { }, ], }; - diff --git a/packages/api/web-test-runner.config.cjs b/packages/api/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/api/web-test-runner.config.cjs +++ b/packages/api/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/common/web-test-runner.config.cjs b/packages/common/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/common/web-test-runner.config.cjs +++ b/packages/common/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/credentials/web-test-runner.config.cjs b/packages/credentials/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/credentials/web-test-runner.config.cjs +++ b/packages/credentials/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/crypto/web-test-runner.config.cjs b/packages/crypto/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/crypto/web-test-runner.config.cjs +++ b/packages/crypto/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/dids/web-test-runner.config.cjs b/packages/dids/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/dids/web-test-runner.config.cjs +++ b/packages/dids/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/identity-agent/web-test-runner.config.cjs b/packages/identity-agent/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/identity-agent/web-test-runner.config.cjs +++ b/packages/identity-agent/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/proxy-agent/web-test-runner.config.cjs b/packages/proxy-agent/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/proxy-agent/web-test-runner.config.cjs +++ b/packages/proxy-agent/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit', diff --git a/packages/user-agent/web-test-runner.config.cjs b/packages/user-agent/web-test-runner.config.cjs index da250e811..47bdd14e3 100644 --- a/packages/user-agent/web-test-runner.config.cjs +++ b/packages/user-agent/web-test-runner.config.cjs @@ -6,30 +6,19 @@ const playwrightLauncher = * @type {import('@web/test-runner').TestRunnerConfig} */ module.exports = { - files : 'tests/compiled/**/*.spec.js', - playwright : true, - nodeResolve : true, - browsers : [ - playwrightLauncher({ - product: 'chromium', - }), - playwrightLauncher({ - product: 'firefox', - }), - playwrightLauncher({ - product: 'webkit', - }), - ], + playwright : true, + nodeResolve : true, testsFinishTimeout : 300000, concurrentBrowsers : 2, testFramework : { config: { - timeout: '15000', + timeout: '30000', }, }, groups: [ { name : 'chromium', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'chromium', @@ -38,6 +27,7 @@ module.exports = { }, { name : 'firefox', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'firefox', @@ -46,6 +36,7 @@ module.exports = { }, { name : 'webkit', + files : 'tests/compiled/**/*.spec.js', browsers : [ playwrightLauncher({ product: 'webkit',