diff --git a/.circleci/config.yml b/.circleci/config.yml index a29d5d04f09a..39aba1943e66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -681,7 +681,7 @@ steps-tests: &steps-tests command: | cd src export ELECTRON_OUT_DIR=Default - (cd electron && npm run test -- --ci) + (cd electron && npm run test -- --ci --enable-logging) - run: name: Check test results existence command: | diff --git a/vsts-arm-test-steps.yml b/vsts-arm-test-steps.yml index e1c0be542398..e1c6b46626de 100644 --- a/vsts-arm-test-steps.yml +++ b/vsts-arm-test-steps.yml @@ -79,7 +79,7 @@ steps: - bash: | cd src - ./out/Default/electron electron/spec --ci + ./out/Default/electron electron/spec --ci --enable-logging displayName: 'Run Electron tests' timeoutInMinutes: 10 diff --git a/vsts.yml b/vsts.yml index 736973f87804..23b9401fd4e0 100644 --- a/vsts.yml +++ b/vsts.yml @@ -360,7 +360,7 @@ jobs: - bash: | export ELECTRON_OUT_DIR=Default - (cd src/electron && npm run test -- --ci) + (cd src/electron && npm run test -- --ci --enable-logging) displayName: Run Electron test suite timeoutInMinutes: 10