wallabyjs / public

Repository for Wallaby.js questions and issues
http://wallabyjs.com
755 stars 45 forks source link

Failed to run tests, while they are green in the Karma launcher #3377

Closed vladyn closed 1 week ago

vladyn commented 1 month ago

Issue description or question

hello everyone, Has anyone already hit this issue? I have this as an output and inline Wallaby shows all the tests in red, but in the chrome launched from Karma everything is OK - image

p.s. Any alternative automatic configuration is not giving any positive results.

Wallaby diagnostics report

{
  editorVersion: '1.90.0',
  pluginVersion: '1.0.379',
  editorType: 'VSCode',
  osVersion: 'win32 10.0.19045',
  nodeVersion: 'v21.7.3',
  coreVersion: '1.0.1571',
  checksum: 'NDNkODdiZTRjMGRhY2VkMTE4MzhhMTYzMDM3ZTkzOTMsMTc0NjY2MjQwMDAwMCww',
  config: {
    diagnostics: {
      angular: {
        workspace: {
          '$schema': './node_modules/@angular/cli/lib/config/schema.json',
          version: 1,
          newProjectRoot: 'projects',
          projects: {
            'learning-hub-serve': {
              projectType: 'application',
              schematics: {},
              root: '',
              sourceRoot: 'src',
              prefix: 'app',
              architect: {
                build: {
                  builder: '@angular-devkit/build-angular:application',
                  options: {
                    outputPath: 'dist/learning-hub-serve',
                    index: 'src/index.html',
                    browser: 'src/main.ts',
                    polyfills: [],
                    tsConfig: 'tsconfig.app.json',
                    assets: [ 'src/favicon.ico', 'src/assets' ],
                    styles: [ 'src/reset.css', 'src/styles.css', 'node_modules/@videogular/ngx-videogular/fonts/videogular.css' ],
                    scripts: []
                  },
                  configurations: {
                    production: {
                      budgets: [ { type: 'initial', maximumWarning: '500kb', maximumError: '1mb' }, { type: 'anyComponentStyle', maximumWarning: '2kb', maximumError: '4kb' } ],
                      outputHashing: 'all'
                    },
                    development: { optimization: false, extractLicenses: false, sourceMap: true }
                  },
                  defaultConfiguration: 'production'
                },
                serve: {
                  builder: '@angular-devkit/build-angular:dev-server',
                  configurations: { production: { buildTarget: 'learning-hub-serve:build:production' }, development: { buildTarget: 'learning-hub-serve:build:development' } },
                  defaultConfiguration: 'development'
                },
                'extract-i18n': { builder: '@angular-devkit/build-angular:extract-i18n', options: { buildTarget: 'learning-hub-serve:build' } },
                test: {
                  builder: '@angular-devkit/build-angular:karma',
                  options: { polyfills: [ 'zone.js', 'zone.js/testing' ], tsConfig: 'tsconfig.spec.json', assets: [ 'src/favicon.ico', 'src/assets' ], scripts: [] }
                }
              }
            },
            'learning-hub': {
              projectType: 'application',
              schematics: {},
              root: '',
              sourceRoot: 'src',
              prefix: 'app',
              architect: {
                build: {
                  builder: 'ngx-build-plus:build',
                  options: {
                    outputPath: 'dist/learning-hub',
                    index: '',
                    main: 'src/main.element.ts',
                    singleBundle: true,
                    tsConfig: 'tsconfig.element.json',
                    assets: [ 'src/assets/data', 'src/assets/images' ],
                    styles: [ 'src/styles.css', 'node_modules/@videogular/ngx-videogular/fonts/videogular.css' ]
                  },
                  configurations: {
                    production: {
                      budgets: [ { type: 'initial', maximumWarning: '500kb', maximumError: '1mb' }, { type: 'anyComponentStyle', maximumWarning: '2kb', maximumError: '4kb' } ],
                      outputHashing: 'none'
                    },
                    development: { optimization: false, extractLicenses: false, sourceMap: true }
                  },
                  defaultConfiguration: 'production'
                },
                serve: {
                  builder: '@angular-devkit/build-angular:dev-server',
                  configurations: { production: { buildTarget: 'learning-hub:build:production' }, development: { buildTarget: 'learning-hub:build:development' } },
                  defaultConfiguration: 'development'
                },
                'extract-i18n': { builder: '@angular-devkit/build-angular:extract-i18n', options: { buildTarget: 'learning-hub:build' } },
                test: {
                  builder: '@angular-devkit/build-angular:karma',
                  options: { polyfills: [ 'zone.js', 'zone.js/testing' ], tsConfig: 'tsconfig.spec.json', assets: [ 'src/favicon.ico', 'src/assets' ], scripts: [] }
                }
              }
            }
          },
          cli: { analytics: '34b1b886-0aa8-4cf7-93ee-400756639607' }
        },
        tsConfig: '{"compileOnSave":false,"compilerOptions":{"outDir":"./dist/out-tsc","forceConsistentCasingInFileNames":true,"strict":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":true,"noImplicitReturns":true,"noFallthroughCasesInSwitch":true,"skipLibCheck":true,"esModuleInterop":true,"sourceMap":true,"declaration":false,"experimentalDecorators":true,"moduleResolution":"node","importHelpers":true,"target":"ES2022","module":"ES2022","useDefineForClassFields":false,"lib":["ES2022","dom"],"paths":{},"types":["jasmine"]},"angularCompilerOptions":{"enableI18nLegacyMessageIdFormat":false,"strictInjectionParameters":true,"strictInputAccessModifiers":true,"strictTemplates":true},"include":["src/**/*.spec.ts","src/**/*.d.ts","src/**/*.spec.ts","src/**/*.d.ts"]}',
        polyfill: { path: 'C:\\Matrix3\\src\\Presentation\\learning-plugin\\wallaby-polyfills.js', code: "require('zone.js');\r\nrequire('@angular/compiler');\r\nrequire('zone.js/testing');" },
        main: [
          {
            path: 'C:/Matrix3/src/Presentation/learning-plugin/src/test.js',
            code: '\n' +
              '              \n' +
              "              import 'zone.js/testing';  \n" +
              "              import { getTestBed } from '@angular/core/testing';\n" +
              '      \n' +
              '              import {\n' +
              '                BrowserDynamicTestingModule,\n' +
              '                platformBrowserDynamicTesting\n' +
              "              } from '@angular/platform-browser-dynamic/testing'; \n" +
              '          \n' +
              '              getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), {\n' +
              '    errorOnUnknownElements: true,\n' +
              '    errorOnUnknownProperties: true\n' +
              '  });\n' +
              '              '
          },
          {
            path: 'C:/Matrix3/src/Presentation/learning-plugin/src/test.js',
            code: '\n              \n                \n              \n      \n               \n          \n              \n              '
          }
        ]
      }
    },
    testFramework: { version: 'jasmine@5.1.1', configurator: 'jasmine@4.6.0', reporter: 'jasmine@2.1.3', starter: 'jasmine@2.1.3', autoDetected: true },
    env: { kind: 'chrome', type: 'browser', params: {}, viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
    files: [
      { pattern: 'src/index.html', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/test.base.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/test.wallaby.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/**/*.spec.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/**/*.+(ts|js)', load: false, ignore: false, trigger: true, order: 1 },
      { pattern: 'src/**/*.+(css|less|scss|sass|styl|html|json|svg)', instrument: false, load: false, ignore: false, trigger: true, order: 2 },
      { pattern: 'src/main.element.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/test.base.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/test.wallaby.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/**/*.spec.ts', ignore: true, trigger: true, load: true, file: true },
      { pattern: 'src/**/*.+(ts|js)', load: false, ignore: false, trigger: true, order: 3 },
      { pattern: 'src/**/*.+(css|less|scss|sass|styl|html|json|svg)', instrument: false, load: false, ignore: false, trigger: true, order: 4 }
    ],
    tests: [
      { pattern: 'src/**/*.spec.ts', load: false, ignore: false, trigger: true, test: true, order: 5 },
      { pattern: 'src/**/*.spec.ts', load: false, ignore: false, trigger: true, test: true, order: 6 }
    ],
    captureConsoleLog: true,
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    compilers: {},
    logLimits: { inline: { depth: 5, elements: 5000 }, values: { default: { stringLength: 8192 }, autoExpand: { elements: 5000, stringLength: 8192, depth: 10 } } },
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    maxTraceSteps: 999999,
    autoConsoleLog: true,
    delays: { run: 0, edit: 100, update: 0 },
    workers: { initial: 0, regular: 0, recycle: false },
    teardown: undefined,
    hints: {
      ignoreCoverage: '__REGEXP /ignore coverage|istanbul ignore|c8 ignore/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    mapConsoleMessagesStackTrace: false,
    extensions: {},
    reportUnhandledPromises: false,
    throwOnBeforeUnload: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    runAllTestsWhenNoAffectedTests: false,
    configCode: 'auto.detect#487915703'
  },
  packageJSON: {
    dependencies: {
      '@angular/animations': '^17.3.7',
      '@angular/common': '^17.3.7',
      '@angular/compiler': '^17.3.7',
      '@angular/core': '^17.3.7',
      '@angular/elements': '^17.3.7',
      '@angular/forms': '^17.3.7',
      '@angular/platform-browser': '^17.3.7',
      '@angular/platform-browser-dynamic': '^17.3.7',
      '@angular/router': '^17.3.7',
      '@videogular/ngx-videogular': '^8.0.0',
      add: '^2.0.6',
      'ngx-build-plus': '^17.0.0',
      rxjs: '~7.8.0',
      tslib: '^2.6.2',
      'zone.js': '~0.14.3'
    },
    devDependencies: {
      '@angular-devkit/build-angular': '^17.3.6',
      '@angular/cli': '^17.3.6',
      '@angular/compiler-cli': '^17.3.7',
      '@types/core-js': '^2.5.8',
      '@types/jasmine': '~5.1.0',
      'jasmine-core': '~5.1.0',
      karma: '~6.4.0',
      'karma-chrome-launcher': '~3.2.0',
      'karma-coverage': '~2.2.0',
      'karma-jasmine': '~5.1.0',
      'karma-jasmine-html-reporter': '~2.1.0',
      typescript: '~5.4.2'
    }
  },
  fs: { numberOfFiles: 20 },
  debug: [
    '2024-06-10T08:24:34.125Z project waiting for initial run signal\n',
    '2024-06-10T08:24:34.205Z config Attempting automatic configuration for angular\n',
    '2024-06-10T08:24:34.220Z angular/cli config Detected Angular CLI.\n',
    '2024-06-10T08:24:34.246Z angular/cli config Angular currentDirPath: "C:\\Matrix3\\src\\Presentation\\learning-plugin", workspaceDirPath: "C:\\Matrix3\\src\\Presentation\\learning-plugin"\n',
    '2024-06-10T08:24:40.510Z angular/cli karma workspace config Using builtin C:/Matrix3/src/Presentation/learning-plugin/src/test.js.\n',
    '2024-06-10T08:24:40.510Z angular/cli karma workspace config Using builtin C:/Matrix3/src/Presentation/learning-plugin/src/test.js.\n',
    '2024-06-10T08:24:40.511Z angular/cli karma workspace config Using virtual C:\\Matrix3\\src\\Presentation\\learning-plugin\\tsconfig.wallaby.spec.json.\n',
    '2024-06-10T08:24:42.614Z config Finished attempting automatic configuration for angular (8409ms)\n',
    '2024-06-10T08:24:42.616Z project Wallaby Node version: v21.7.3\n',
    '2024-06-10T08:24:42.616Z project Wallaby config: C:\\Matrix3\\src\\Presentation\\learning-plugin\\auto.detect\n',
    '2024-06-10T08:24:42.720Z fs File system starting\n',
    '2024-06-10T08:24:42.912Z fs File system scan completed\n',
    '2024-06-10T08:24:42.933Z project File cache: C:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\projects\\50cd604c15d18b9a\n',
    '2024-06-10T08:24:43.418Z ui.service.legacy Listening port 51235\n',
    '2024-06-10T08:24:43.667Z chromeRunner launch new instance (path: <default>, flags: --headless --disable-gpu --deterministic-fetch)\n',
    '2024-06-10T08:24:43.680Z workers Parallelism for initial run: 6, for regular run: 3\n',
    '2024-06-10T08:24:43.681Z workers Starting run worker instance #0\n',
    '2024-06-10T08:24:43.681Z workers Starting run worker instance #1\n',
    '2024-06-10T08:24:43.681Z workers Starting run worker instance #2\n',
    '2024-06-10T08:24:43.681Z workers Starting run worker instance #3\n',
    '2024-06-10T08:24:43.681Z workers Starting run worker instance #4\n',
    '2024-06-10T08:24:43.681Z workers Starting run worker instance #5\n',
    '2024-06-10T08:24:43.689Z workers Web server is listening at 61995\n',
    '2024-06-10T08:24:43.740Z project Stopping process pool\n',
    '2024-06-10T08:24:43.740Z project File cache is up-to-date, starting full test run\n',
    '2024-06-10T08:24:43.743Z project Running postprocessor\n',
    '2024-06-10T08:24:43.747Z postprocessor Processing started.\n',
    '2024-06-10T08:24:43.748Z postprocessor Initializing.\n',
    '2024-06-10T08:24:43.748Z postprocessor Initializing entry.\n',
    '2024-06-10T08:24:43.748Z postprocessor Sanitizing configuration.\n',
    '2024-06-10T08:24:43.748Z postprocessor Adjusting configuration.\n',
    '2024-06-10T08:24:43.841Z postprocessor Creating compiler.\n',
    '2024-06-10T08:24:45.393Z postprocessor Customizing compiler.\n',
    '2024-06-10T08:24:45.393Z postprocessor Compilation started.\n',
    '2024-06-10T08:24:48.682Z chromeRunner Connection to Chrome Debugger Protocol on 127.0.0.1:61991 failed: Error: connect ECONNREFUSED 127.0.0.1:61991\n',
    '2024-06-10T08:24:50.247Z chromeRunner Connection to Chrome Debugger Protocol on 127.0.0.1:61991 succeeded\n',
    '2024-06-10T08:24:50.248Z workers Started run worker instance (immediate) #0\n',
    '2024-06-10T08:24:50.248Z workers Started run worker instance (immediate) #1\n',
    '2024-06-10T08:24:50.248Z workers Started run worker instance (immediate) #2\n',
    '2024-06-10T08:24:50.248Z workers Started run worker instance (immediate) #3\n',
    '2024-06-10T08:24:50.248Z workers Started run worker instance (immediate) #4\n',
    '2024-06-10T08:24:50.248Z workers Started run worker instance (immediate) #5\n',
    '2024-06-10T08:24:51.620Z postprocessor Compilation finished.\n',
    '2024-06-10T08:24:51.748Z postprocessor Emitting 268 files.\n',
    '2024-06-10T08:24:51.755Z postprocessor Processing finished.\n',
    '2024-06-10T08:24:51.867Z project Postprocessor execution finished\n',
    '2024-06-10T08:24:51.867Z project Test run started; run priority: 3\n',
    '2024-06-10T08:24:51.872Z project Running all tests\n',
    '2024-06-10T08:24:51.881Z workers Starting test run, priority: 3\n',
    '2024-06-10T08:24:51.881Z workers Distributing tests between 6 workers\n',
    '2024-06-10T08:24:51.882Z workers Running tests in parallel\n',
    '2024-06-10T08:24:51.882Z chromeRunner Starting sandbox [worker #0, session #3wrcc]\n',
    '2024-06-10T08:24:51.882Z chromeRunner Starting sandbox [worker #1, session #8oal7]\n',
    '2024-06-10T08:24:51.882Z chromeRunner Starting sandbox [worker #2, session #6vltc]\n',
    '2024-06-10T08:24:51.882Z chromeRunner Starting sandbox [worker #3, session #iy314]\n',
    '2024-06-10T08:24:51.882Z chromeRunner Preparing sandbox [worker #0, session #3wrcc]\n',
    '2024-06-10T08:24:51.883Z browserRunner Total files to load in sandbox: 5\n',
    '2024-06-10T08:24:51.888Z browserRunner Sandbox is generated [worker #0, session #3wrcc]: http://localhost:61995/wallaby_sandbox0.html\n',
    '2024-06-10T08:24:51.888Z chromeRunner Preparing sandbox [worker #1, session #8oal7]\n',
    '2024-06-10T08:24:51.888Z browserRunner Total files to load in sandbox: 5\n',
    '2024-06-10T08:24:51.889Z browserRunner Sandbox is generated [worker #1, session #8oal7]: http://localhost:61995/wallaby_sandbox1.html\n',
    '2024-06-10T08:24:51.889Z chromeRunner Preparing sandbox [worker #2, session #6vltc]\n',
    '2024-06-10T08:24:51.889Z browserRunner Total files to load in sandbox: 5\n',
    '2024-06-10T08:24:51.890Z browserRunner Sandbox is generated [worker #2, session #6vltc]: http://localhost:61995/wallaby_sandbox2.html\n',
    '2024-06-10T08:24:51.890Z chromeRunner Preparing sandbox [worker #3, session #iy314]\n',
    '2024-06-10T08:24:51.890Z browserRunner Total files to load in sandbox: 5\n',
    '2024-06-10T08:24:51.890Z browserRunner Sandbox is generated [worker #3, session #iy314]: http://localhost:61995/wallaby_sandbox3.html\n',
    '2024-06-10T08:24:51.890Z chromeRunner Prepared sandbox [worker #0, session #3wrcc]\n',
    '2024-06-10T08:24:51.890Z chromeRunner Prepared sandbox [worker #1, session #8oal7]\n',
    '2024-06-10T08:24:51.890Z chromeRunner Prepared sandbox [worker #2, session #6vltc]\n',
    '2024-06-10T08:24:51.890Z chromeRunner Prepared sandbox [worker #3, session #iy314]\n',
    '2024-06-10T08:24:51.891Z workers [worker #0, session #3wrcc] Running tests in sandbox\n',
    '2024-06-10T08:24:51.892Z workers [worker #1, session #8oal7] Running tests in sandbox\n',
    '2024-06-10T08:24:51.892Z workers [worker #2, session #6vltc] Running tests in sandbox\n',
    '2024-06-10T08:24:51.892Z workers [worker #3, session #iy314] Running tests in sandbox\n',
    '2024-06-10T08:24:53.157Z workers [iy314] Loaded 3 test(s)\n',
    '2024-06-10T08:24:53.158Z workers [8oal7] Loaded 10 test(s)\n',
    '2024-06-10T08:24:53.158Z workers [3wrcc] Loaded 6 test(s)\n',
    '2024-06-10T08:24:53.165Z workers [iy314] Test executed: should compose mp4\n',
    "2024-06-10T08:24:53.168Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.169Z workers [6vltc] Loaded 6 test(s)\n',
    '2024-06-10T08:24:53.173Z workers [6vltc] Test executed: should be defined\n',
    "2024-06-10T08:24:53.174Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.176Z workers [iy314] Test executed: should compose ogg\n',
    "2024-06-10T08:24:53.177Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.185Z workers [6vltc] Test executed: should be a string\n',
    "2024-06-10T08:24:53.186Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.192Z workers [iy314] Test executed: should compose wbm\n',
    "2024-06-10T08:24:53.192Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.198Z workers [6vltc] Test executed: should be a valid URL\n',
    "2024-06-10T08:24:53.199Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.220Z workers [iy314] Run 3 test(s), skipped 0 test(s)\n',
    '2024-06-10T08:24:53.227Z workers [iy314] Sandbox is responsive, closing it\n',
    '2024-06-10T08:24:53.228Z chromeRunner Closing tab as requested\n',
    '2024-06-10T08:24:53.228Z chromeRunner Closing Chrome Tab\n',
    '2024-06-10T08:24:53.230Z workers [6vltc] Test executed: should be a string\n',
    "2024-06-10T08:24:53.230Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.242Z workers [6vltc] Test executed: should be a valid port\n',
    "2024-06-10T08:24:53.242Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.256Z workers [6vltc] Test executed: should be defined\n',
    "2024-06-10T08:24:53.257Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.276Z workers [3wrcc] Test executed: should render title\n',
    "2024-06-10T08:24:53.276Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.284Z workers [6vltc] Run 6 test(s), skipped 0 test(s)\n',
    '2024-06-10T08:24:53.294Z workers [6vltc] Sandbox is responsive, closing it\n',
    '2024-06-10T08:24:53.294Z chromeRunner Closing tab as requested\n',
    '2024-06-10T08:24:53.294Z chromeRunner Closing Chrome Tab\n',
    '2024-06-10T08:24:53.297Z workers [3wrcc] Test executed: should change the media URL\n',
    "2024-06-10T08:24:53.297Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.319Z workers [3wrcc] Test executed: should render a player\n',
    "2024-06-10T08:24:53.320Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.340Z workers [8oal7] Test executed: should remove a cue point\n',
    "2024-06-10T08:24:53.341Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.341Z workers [3wrcc] Test executed: should have media URL\n',
    "2024-06-10T08:24:53.341Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.365Z workers [3wrcc] Test executed: should render a container for the media files\n',
    "2024-06-10T08:24:53.365Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.379Z workers [8oal7] Test executed: have activeCuePoints\n',
    "2024-06-10T08:24:53.380Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.385Z workers [3wrcc] Test executed: the container for media files should have content\n',
    "2024-06-10T08:24:53.386Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.398Z workers [8oal7] Test executed: should display the cue points table\n',
    '2024-06-10T08:24:53.410Z workers [3wrcc] Run 6 test(s), skipped 0 test(s)\n',
    '2024-06-10T08:24:53.411Z workers [3wrcc] Sandbox is responsive, closing it\n',
    '2024-06-10T08:24:53.411Z chromeRunner Closing tab as requested\n',
    '2024-06-10T08:24:53.411Z chromeRunner Closing Chrome Tab\n',
    '2024-06-10T08:24:53.428Z workers [8oal7] Test executed: should have an input\n',
    "2024-06-10T08:24:53.429Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.458Z workers [8oal7] Test executed: check to proper format mp4\n',
    "2024-06-10T08:24:53.459Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.487Z workers [8oal7] Test executed: should write to local storage\n',
    "2024-06-10T08:24:53.487Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.515Z workers [8oal7] Test executed: should create\n',
    "2024-06-10T08:24:53.515Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.544Z workers [8oal7] Test executed: should NOT have a Cue points info container\n',
    "2024-06-10T08:24:53.544Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.574Z workers [8oal7] Test executed: should get from local storage\n',
    "2024-06-10T08:24:53.574Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.619Z workers [8oal7] Test executed: should resume\n',
    "2024-06-10T08:24:53.619Z workers Failed to map the stack to user code, entry message: Error: Expected to be running in 'ProxyZone', but it was not found., stack: Error: Expected to be running in 'ProxyZone', but it was not found.\n" +
      '    at ProxyZoneSpec.assertPresent (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:82456:13)\n' +
      '    at Object.resetFakeAsyncZone (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:79973:46)\n' +
      '    at resetFakeAsyncZoneIfExists (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:457:25)\n' +
      '    at n.<anonymous> (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2261:7)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:160)\n' +
      '    at ProxyZoneSpec.onInvoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:80391:35)\n' +
      '    at _ZoneDelegate.invoke (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2680:48)\n' +
      '    at ZoneImpl.run (http://localhost:61995/____wallaby-bundle.js?1718007891783&wallabyFileId=bundle:2441:37)\n' +
      '    a\n',
    '2024-06-10T08:24:53.649Z workers [8oal7] Run 10 test(s), skipped 0 test(s)\n',
    '2024-06-10T08:24:53.687Z workers [8oal7] Sandbox is responsive, closing it\n',
    '2024-06-10T08:24:53.687Z chromeRunner Closing tab as requested\n',
    '2024-06-10T08:24:53.687Z chromeRunner Closing Chrome Tab\n',
    '2024-06-10T08:24:53.687Z workers Merging parallel test run results\n',
    '2024-06-10T08:24:53.690Z project Test run finished\n',
    '2024-06-10T08:24:53.691Z project Processed console.log entries\n',
    '2024-06-10T08:24:53.691Z project Processed loading sequences\n',
    '2024-06-10T08:24:53.696Z project Processed executed tests\n',
    '2024-06-10T08:24:53.698Z project Processed code coverage\n',
    '2024-06-10T08:24:53.734Z project Test run result processed and sent to IDE\n'
  ]
}
smcenlly commented 1 month ago

Thanks for providing your diagnostic report.

We can see from your configuration that you have two projects in your workspace pointing to the same folder (essentially making it one project). We had not encountered configurations like this before.

To fix your problem, you will need to download the latest version of Wallaby core, v1.0.1572 and configure Wallaby to exclude one of the projects. To exclude one of the projects, please add the following to your package.json:

{
...
  "wallaby": {
    "angular-cli": {
      "excludedProjects": ["learning-hub-serve"]
    }
  },
...
}

If you do not wish to modify your package.json, you can create a Wallaby Configuration file instead (note: you will need to tell VS Code to start using the configuration file in this case).

vladyn commented 1 month ago

Hello @smcenlly, Thank you for the helpful advice. I have two projects in the angular.json, but this is due to the specifics of the requirement. One is for the local service, and the other is for exporting Angular Elements. This is a custom component to be used along with other frameworks. I think the one that needs to be excluded is the other one - "learning-hub".

vladyn commented 1 month ago

However, adding this exclusion to the package.json I know have

[Error] Automatic Angular CLI configuration error: A project for '<rootDir>' directory cannot be detected. 
[Error]  
[Error] We've also tried to automatically configure Wallaby.js for other frameworks. 
[Error] Automatic Jest configuration error: Module jest-cli is not found in '<rootDir>'. 
[Error] Automatic Vitest configuration error: Vitest dependency not found. 
NikGovorov commented 1 month ago

Where have you placed the setting? C:/Matrix3/src/Presentation/learning-plugin/package.json?

vladyn commented 1 month ago

Yes, it's there

NikGovorov commented 1 month ago

Are you opening C:/Matrix3/src/Presentation/learning-plugin in VS Code?

vladyn commented 1 month ago

yes, the scope of this project goes like this: It's open in VS Code as a folder, part of monorepo

NikGovorov commented 1 month ago

Could you please share the Diagnostic Report for the error?

smcenlly commented 1 month ago

@vladyn - are you still having the problem? Could you please share the Diagnostic Report for the error?

vladyn commented 2 weeks ago

Could you please share the Diagnostic Report for the error? I'm sorry for this super late reply

{
  editorVersion: '1.91.0',
  pluginVersion: '1.0.379',
  editorType: 'VSCode',
  osVersion: 'win32 10.0.19045',
  nodeVersion: 'v21.7.3',
  coreVersion: '1.0.1576',
  checksum: 'NDNkODdiZTRjMGRhY2VkMTE4MzhhMTYzMDM3ZTkzOTMsMTc0NjY2MjQwMDAwMCww',
  config: { tests: [], files: [] },
  fs: { numberOfFiles: 0 },
  debug: [
    '2024-07-10T13:31:26.135Z project waiting for initial run signal\n',
    '2024-07-10T13:31:26.146Z model Initialization Completed: 601ms\n',
    '2024-07-10T13:31:26.151Z config Attempting automatic configuration for angular\n',
    '2024-07-10T13:31:26.157Z angular/cli config Detected Angular CLI.\n',
    '2024-07-10T13:31:26.163Z angular/cli config Angular currentDirPath: "C:\\Matrix3\\src\\Presentation\\learning-plugin\\src", workspaceDirPath: "C:\\Matrix3\\src\\Presentation\\learning-plugin"\n',
    "2024-07-10T13:31:26.163Z angular/cli config Error: A project for 'C:\\Matrix3\\src\\Presentation\\learning-plugin\\src' directory cannot be detected.\n" +
      '    at t.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:144:20656)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:13086)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async Config.load (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12911)\n' +
      '    at async Project.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:484:2644)\n',
    '2024-07-10T13:31:26.166Z angular/cli config Angular.json: \n' +
      ' {\n' +
      "  '$schema': './node_modules/@angular/cli/lib/config/schema.json',\n" +
      '  version: 1,\n' +
      "  newProjectRoot: 'projects',\n" +
      '  projects: {\n' +
      "    'learning-hub-serve': {\n" +
      "      projectType: 'application',\n" +
      '      schematics: {},\n' +
      "      root: '',\n" +
      "      sourceRoot: 'src',\n" +
      "      prefix: 'app',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: '@angular-devkit/build-angular:application',\n" +
      '          options: {\n' +
      "            outputPath: 'dist/learning-hub-serve',\n" +
      "            index: 'src/index.html',\n" +
      "            browser: 'src/main.ts',\n" +
      '            polyfills: [],\n' +
      "            tsConfig: 'tsconfig.app.json',\n" +
      "            assets: [ 'src/favicon.ico', 'src/assets' ],\n" +
      "            styles: [ 'src/reset.css', 'src/styles.css', 'node_modules/@videogular/ngx-videogular/fonts/videogular.css' ],\n" +
      '            scripts: []\n' +
      '          },\n' +
      '          configurations: {\n' +
      "            production: { budgets: [ { type: 'initial', maximumWarning: '500kb', maximumError: '1mb' }, { type: 'anyComponentStyle', maximumWarning: '2kb', maximumError: '4kb' } ], outputHashing: 'all' },\n" +
      '            development: { optimization: false, extractLicenses: false, sourceMap: true }\n' +
      '          },\n' +
      "          defaultConfiguration: 'production'\n" +
      '        },\n' +
      '        serve: {\n' +
      "          builder: '@angular-devkit/build-angular:dev-server',\n" +
      "          configurations: { production: { buildTarget: 'learning-hub-serve:build:production' }, development: { buildTarget: 'learning-hub-serve:build:development' } },\n" +
      "          defaultConfiguration: 'development'\n" +
      '        },\n' +
      "        'extract-i18n': { builder: '@angular-devkit/build-angular:extract-i18n', options: { buildTarget: 'learning-hub-serve:build' } },\n" +
      '        test: {\n' +
      "          builder: '@angular-devkit/build-angular:karma',\n" +
      "          options: { polyfills: [ 'zone.js', 'zone.js/testing' ], tsConfig: 'tsconfig.spec.json', assets: [ 'src/favicon.ico', 'src/assets' ], scripts: [] }\n" +
      '        }\n' +
      '      }\n' +
      '    },\n' +
      "    'learning-hub': {\n" +
      "      projectType: 'application',\n" +
      '      schematics: {},\n' +
      "      root: '',\n" +
      "      sourceRoot: 'src',\n" +
      "      prefix: 'app',\n" +
      '      architect: {\n' +
      '        build: {\n' +
      "          builder: 'ngx-build-plus:build',\n" +
      '          options: {\n' +
      "            outputPath: 'dist/learning-hub',\n" +
      "            index: '',\n" +
      "            main: 'src/main.element.ts',\n" +
      '            singleBundle: true,\n' +
      "            tsConfig: 'tsconfig.element.json',\n" +
      "            assets: [ 'src/assets/data', 'src/assets/images' ],\n" +
      "            styles: [ 'src/styles.css', 'node_modules/@videogular/ngx-videogular/fonts/videogular.css' ]\n" +
      '          },\n' +
      '          configurations: {\n' +
      '            production: {\n' +
      "              budgets: [ { type: 'initial', maximumWarning: '500kb', maximumError: '1mb' }, { type: 'anyComponentStyle', maximumWarning: '2kb', maximumError: '4kb' } ],\n" +
      "              outputHashing: 'none'\n" +
      '            },\n' +
      '            development: { optimization: false, extractLicenses: false, sourceMap: true }\n' +
      '          },\n' +
      "          defaultConfiguration: 'production'\n" +
      '        },\n' +
      '        serve: {\n' +
      "          builder: '@angular-devkit/build-angular:dev-server',\n" +
      "          configurations: { production: { buildTarget: 'learning-hub:build:production' }, development: { buildTarget: 'learning-hub:build:development' } },\n" +
      "          defaultConfiguration: 'development'\n" +
      '        },\n' +
      "        'extract-i18n': { builder: '@angular-devkit/build-angular:extract-i18n', options: { buildTarget: 'learning-hub:build' } },\n" +
      '        test: {\n' +
      "          builder: '@angular-devkit/build-angular:karma',\n" +
      "          options: { polyfills: [ 'zone.js', 'zone.js/testing' ], tsConfig: 'tsconfig.spec.json', assets: [ 'src/favicon.ico', 'src/assets' ], scripts: [] }\n" +
      '        }\n' +
      '      }\n' +
      '    }\n' +
      '  },\n' +
      "  cli: { analytics: '34b1b886-0aa8-4cf7-93ee-400756639607' }\n" +
      '}\n',
    "2024-07-10T13:31:26.167Z angular/cli config Error: A project for 'C:\\Matrix3\\src\\Presentation\\learning-plugin\\src' directory cannot be detected.\n" +
      '    at t.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:144:20656)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:13086)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async Config.load (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12911)\n' +
      '    at async Project.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:484:2644)\n',
    '2024-07-10T13:31:26.167Z config Finished attempting automatic configuration for angular (16ms)\n',
    '2024-07-10T13:31:26.167Z config Attempting automatic configuration for jest\n',
    "2024-07-10T13:31:26.170Z jest/config Error: Module jest-cli is not found in 'C:\\Matrix3\\src\\Presentation\\learning-plugin\\src'.\n" +
      '    at Object.loadJest (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:497:1080)\n' +
      '    at i (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:184:24825)\n' +
      '    at s.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:184:28164)\n' +
      '    at automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:13094)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async Config.load (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12911)\n' +
      '    at async Project.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:484:2644)\n',
    '2024-07-10T13:31:26.170Z config Finished attempting automatic configuration for jest (3ms)\n',
    '2024-07-10T13:31:26.170Z config Attempting automatic configuration for vitest\n',
    '2024-07-10T13:31:26.172Z vitest/config Error: Vitest dependency not found.\n' +
      '    at s.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:185:3435)\n' +
      '    at automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:13094)\n' +
      '    at async automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12971)\n' +
      '    at async Config.load (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12911)\n' +
      '    at async Project.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:484:2644)\n',
    '2024-07-10T13:31:26.172Z config Finished attempting automatic configuration for vitest (2ms)\n',
    '2024-07-10T13:31:26.173Z config Attempting automatic configuration for node:test\n',
    '2024-07-10T13:31:26.173Z vitest/config Error: Wallaby node:test integration requires Node.js 22.3.0 or higher.\n' +
      '    at s.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:185:596)\n' +
      '    at automaticConfigurationProviders.reduce.Promise.resolve.success (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:13094)\n' +
      '    at async Config.load (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:132:12911)\n' +
      '    at async Project.configure (c:\\Users\\vladimirv\\.vscode\\extensions\\wallabyjs.wallaby-vscode-1.0.379\\wallaby4fd471\\server.js:484:2644)\n',
    '2024-07-10T13:31:26.173Z config Finished attempting automatic configuration for node:test (0ms)\n',
    "2024-07-10T13:31:26.174Z project Failed to load configuration file: Automatic Angular CLI configuration error: A project for '<rootDir>' directory cannot be detected.\r\n" +
      '\r\n' +
      "We've also tried to automatically configure Wallaby.js for other frameworks.\r\n" +
      "Automatic Jest configuration error: Module jest-cli is not found in '<rootDir>'.\r\n" +
      'Automatic Vitest configuration error: Vitest dependency not found.\r\n' +
      'Automatic node:test configuration error: Wallaby node:test integration requires Node.js 22.3.0 or higher.\n'
  ]
}

this is the output for the command "Wallaby start", but I'm getting same error on "Wallaby start on the closest mono-repo"

NikGovorov commented 2 weeks ago

Could you please open C:\Matrix3\src\Presentation\learning-plugin in VS Code (code "C:\Matrix3\src\Presentation\learning-plugin"), execute Wallaby.js: Start command and see if it works?

vladyn commented 2 weeks ago

Could you please open C:\Matrix3\src\Presentation\learning-plugin in VS Code (code "C:\Matrix3\src\Presentation\learning-plugin"), execute Wallaby.js: Start command and see if it works?

Actually that's the way I'm doing it. I have all the front-ends opened in a separate VS code windows.

vladyn commented 2 weeks ago

I'm sorry, My bad - it is working now. I thank you for the accurate support! I'm closing this.