We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f905221 commit 3cded3dCopy full SHA for 3cded3d
web-test-runner.config.mjs
@@ -14,7 +14,7 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
14
*/
15
browserLogs: false,
16
17
- /** specify groups for unit and integrations tests
+ /** specify groups for unit and integrations tests
18
* hint: no --group definition runs all groups
19
20
groups: [
@@ -27,7 +27,13 @@ export default /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
27
files: 'test/integration/**/*.test.ts',
28
},
29
],
30
-
+
31
+ testFramework: {
32
+ config: {
33
+ timeout: '5000',
34
+ },
35
36
37
/** Compile JS for older browsers. Requires @web/dev-server-esbuild plugin */
38
// esbuildTarget: 'auto',
39
0 commit comments