Skip to content

Commit 9b40bab

Browse files
committed
chore(ci): add more logging
1 parent 3b19873 commit 9b40bab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/@lwc/integration-not-karma/configs/base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ export default {
2727
// time out before they receive focus. But it also makes the full suite take 3x longer to run...
2828
// Potential workaround: https://github.com/modernweb-dev/web/issues/2588
2929
concurrency: 1,
30-
filterBrowserLogs: () => false,
3130
nodeResolve: true,
3231
rootDir: join(import.meta.dirname, '..'),
32+
staticLogging: true,
33+
debug: true,
3334
plugins: [
3435
{
3536
resolveImport({ source }) {

packages/@lwc/integration-not-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"start": "web-test-runner --manual",
8-
"test": "web-test-runner --config configs/integration.js",
8+
"test": "env && web-test-runner --config configs/integration.js",
99
"test:hydration": "web-test-runner --config configs/hydration.js"
1010
},
1111
"devDependencies": {

0 commit comments

Comments
 (0)