wallabyjs / public

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

Cant see coverage percentage #2587

Closed omerwin closed 3 years ago

omerwin commented 3 years ago

For some reason I cant see coverage percentage, not for the each file and not for the whole project. it seems like it cant load all the files from the project.

I am working with:

image

ArtemGovorov commented 3 years ago

Can you please attach your Wallaby Diagnostics Report? It is JSON text report that contains some basic information about your Wallaby config and project that is required to start troubleshooting the issue.

To share the report:

omerwin commented 3 years ago
{
  editorVersion: 'WebStorm 2019.3.2',
  pluginVersion: '1.0.203',
  editorType: 'IntelliJ',
  osVersion: 'darwin 19.6.0',
  nodeVersion: 'v12.5.0',
  coreVersion: '1.0.997',
  checksum: 'MjFjYTc1Y2NlZjgyNDdlNDM1M2Q3ZTcyZmNmZTZiMTMsMTYwOTQ1OTIwMDAwMCww',
  config: {
    testFramework: {
      version: 'jest@24.8.0',
      configurator: 'jest@24.8.0',
      reporter: 'jest@24.8.0',
      starter: 'jest@24.8.0',
      configFile: './node_modules/shono/src/jestConfig/jest-config.js',
      autoDetected: true
    },
    diagnostics: {
      jest: {
        config: {
          configs: [
            {
              automock: false,
              cache: true,
              cacheDirectory: '/private/var/folders/r6/65y481_57bj23mq2vzx_gvc10rrqrj/T/jest_i6qs5t',
              clearMocks: true,
              coveragePathIgnorePatterns: [ '!*.d.ts' ],
              cwd: '<homeDir>/wixWorkSpace/wix-one-app-analytics',
              dependencyExtractor: undefined,
              detectLeaks: undefined,
              detectOpenHandles: undefined,
              displayName: undefined,
              errorOnDeprecated: false,
              extraGlobals: [],
              filter: undefined,
              forceCoverageMatch: [],
              globalSetup: undefined,
              globalTeardown: undefined,
              globals: {},
              haste: { defaultPlatform: 'ios', platforms: [ 'android', 'ios', 'native' ] },
              injectGlobals: true,
              moduleDirectories: [ 'node_modules' ],
              moduleFileExtensions: [ 'js', 'json', 'jsx', 'ts', 'tsx', 'node' ],
              moduleLoader: undefined,
              moduleNameMapper: [
                [
                  '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$',
                  '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/shono/src/jestConfig/assetsTransformer.js'
                ]
              ],
              modulePathIgnorePatterns: [],
              modulePaths: undefined,
              name: '0d262397e6e4e2a401d760691cf61f85',
              prettierPath: 'prettier',
              resetMocks: true,
              resetModules: true,
              resolver: undefined,
              restoreMocks: false,
              rootDir: '<homeDir>/wixWorkSpace/wix-one-app-analytics',
              roots: [ '<homeDir>/wixWorkSpace/wix-one-app-analytics/src' ],
              runner: 'jest-runner',
              setupFiles: [ '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/react-native/jest/setup.js' ],
              setupFilesAfterEnv: [
                '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/wix-react-native-ui-lib/jest-setup.js',
                '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/react-native-gesture-handler/jestSetup.js',
                '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/shono/src/jestConfig/mocks.ts',
                '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/jest-extended/dist/index.js',
                '<homeDir>/wixWorkSpace/wix-one-app-analytics/jest-setup.js'
              ],
              skipFilter: false,
              skipNodeResolution: undefined,
              slowTestThreshold: 5,
              snapshotResolver: undefined,
              snapshotSerializers: [],
              testEnvironment: '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/jest-environment-node/build/index.js',
              testEnvironmentOptions: {},
              testLocationInResults: false,
              testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
              testPathIgnorePatterns: [ '/node_modules/' ],
              testRegex: [],
              testRunner: '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/jest-jasmine2/build/index.js',
              testURL: 'http://localhost',
              timers: 'real',
              transform: [
                [ '^.+\\.(js|ts|jsx|tsx)$', '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/shono/src/jestConfig/jestPreprocess.js', {} ],
                [ '^.+\\.(js|ts|tsx)$', '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/babel-jest/build/index.js', {} ],
                [ '^.+\\.(bmp|gif|jpg|jpeg|mp4|png|psd|svg|webp)$', '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/react-native/jest/assetFileTransformer.js', {} ]
              ],
              transformIgnorePatterns: [ 'node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation|wix-one-app-engine|wix-react-native-ui-lib|react-native-ui-lib)' ],
              unmockedModulePathPatterns: undefined,
              watchPathIgnorePatterns: []
            }
          ],
          globalConfig: {
            bail: 0,
            changedFilesWithAncestor: false,
            changedSince: undefined,
            collectCoverage: false,
            collectCoverageFrom: [],
            collectCoverageOnlyFrom: undefined,
            coverageDirectory: '<homeDir>/wixWorkSpace/wix-one-app-analytics/coverage',
            coverageProvider: 'babel',
            coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
            coverageThreshold: { global: { branches: 100, functions: 100, lines: 100, statements: 100 } },
            detectLeaks: undefined,
            detectOpenHandles: undefined,
            enabledTestsMap: undefined,
            errorOnDeprecated: false,
            expand: false,
            filter: undefined,
            findRelatedTests: false,
            forceExit: false,
            globalSetup: undefined,
            globalTeardown: undefined,
            json: false,
            lastCommit: false,
            listTests: undefined,
            logHeapUsage: false,
            maxConcurrency: 5,
            maxWorkers: 7,
            noSCM: undefined,
            noStackTrace: false,
            nonFlagArgs: undefined,
            notify: false,
            notifyMode: 'failure-change',
            onlyChanged: false,
            onlyFailures: false,
            outputFile: undefined,
            passWithNoTests: undefined,
            projects: [],
            replname: undefined,
            reporters: undefined,
            rootDir: '<homeDir>/wixWorkSpace/wix-one-app-analytics',
            runTestsByPath: false,
            silent: undefined,
            skipFilter: false,
            testFailureExitCode: 1,
            testNamePattern: undefined,
            testPathPattern: '',
            testResultsProcessor: undefined,
            testSequencer: '<homeDir>/wixWorkSpace/wix-one-app-analytics/node_modules/@jest/test-sequencer/build/index.js',
            testTimeout: undefined,
            updateSnapshot: 'new',
            useStderr: false,
            verbose: undefined,
            watch: false,
            watchAll: false,
            watchPlugins: undefined,
            watchman: true
          },
          hasDeprecationWarnings: false,
          wallaby: {
            roots: [ 'src' ],
            watchPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|/\\..+/' ],
            testPathIgnorePatterns: [ '/node_modules/', '\\./dist/|\\./build/|\\./coverage/|/\\..+/' ],
            testMatch: [ '**/__tests__/**/*.[jt]s?(x)', '**/?(*.)+(spec|test).[tj]s?(x)' ],
            testRegex: []
          }
        }
      }
    },
    filesWithCoverageCalculated: [ { pattern: /!*.d.ts/, ignore: true } ],
    globalSetup: false,
    micromatch: true,
    files: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
      { pattern: '\\./dist/|\\./build/|\\./coverage/|/\\..+/', regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\/\..+\//, ignore: true, trigger: true, load: true },
      { pattern: 'src/**', ignore: false, trigger: true, load: true, order: 1 },
      { pattern: 'src/**/__tests__/**/*.[jt]s?(x)', ignore: true, trigger: true, load: true },
      { pattern: 'src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: true, trigger: true, load: true }
    ],
    tests: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true, test: true },
      { pattern: '\\./dist/|\\./build/|\\./coverage/|/\\..+/', regexp: /\.\/dist\/|\.\/build\/|\.\/coverage\/|\/\..+\//, ignore: true, trigger: true, load: true, test: true },
      { pattern: 'src/**/__tests__/**/*.[jt]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 2 },
      { pattern: 'src/**/?(*.)+(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 3 }
    ],
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: false,
    updateNoMoreThanOneSnapshotPerTestFileRun: false,
    compilers: {},
    preprocessors: {},
    maxConsoleMessagesPerTest: 100,
    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/',
      ignoreCoverageForFile: '__REGEXP /ignore file coverage/',
      commentAutoLog: '?',
      testFileSelection: { include: '__REGEXP /file\\.only/', exclude: '__REGEXP /file\\.skip/' }
    },
    automaticTestFileSelection: true,
    runSelectedTestsOnly: false,
    extensions: {},
    env: { type: 'node', params: {}, runner: '<homeDir>/.nvm/versions/node/v12.5.0/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: true,
    configCode: "module.exports = () => {\n  return {\n    autoDetect: true,\n    testFramework: {\n      configFile: './node_modules/shono/src/jestConfig/jest-config.js'\n    }\n  }\n};\n"
  },
  packageJSON: {
    dependencies: {
      '@looker/embed-sdk': '1.1.0',
      '@wix/ambassador-analytics-ng-server': '1.0.304',
      '@wix/analytics-ng-common': '2.21.0',
      '@wix/ambassador': '4.0.441',
      '@wix/analytics-ng-translations': '1.0.107',
      '@wix/bi-logger-analytics-ng': '1.30.0',
      '@wix/bi-logger-analytics-ng-dashboard-widget': '1.1135.0',
      'date-fns': '2.16.1',
      'react-redux': '4.4.10',
      'react-static-container': '1.0.2',
      redux: '3.7.2',
      'redux-thunk': '2.3.0',
      'seamless-immutable': '5.2.0',
      'svg-path-properties': '1.0.9',
      '@wix/ambassador-app-settings-service': '1.0.75'
    },
    devDependencies: {
      '@testing-library/react-hooks': '3.2.1',
      '@types/d3': '^5.16.3',
      '@types/lodash': '4.14.161',
      '@types/react-redux': '^7.1.9',
      '@types/react-test-renderer': '16.9.2',
      '@typescript-eslint/eslint-plugin': '2.34.0',
      '@typescript-eslint/parser': '2.34.0',
      '@wix/bi-logger-oneapp': '1.342.0',
      'body-parser': '1.19.0',
      chance: '1.1.7',
      'detox-recorder': '^1.0.145',
      jasmine: '^2.5.3',
      'jasmine-reporters': '^2.2.0',
      'jasmine-spec-reporter': '^3.2.0',
      lodash: '4.x.x',
      'native-app-wix-login': 'ga',
      nodemon: '2.0.4',
      'react-native-webview': '7.0.1',
      'react-test-renderer': '16.13.1',
      'react-test-renderer-utils': '2.1.0',
      shono: '^4.0.0',
      remx: '3.0.0-rc.0 - 3.0.0',
      'wix-app-automation': 'latest',
      'wix-mobile-lifecycle-tools': '2.307.0',
      'wix-mobile-media-manager': 'ga',
      'wix-one-app-account': 'ga',
      'wix-one-app-creation': 'ga',
      'wix-one-app-email-marketing': 'ga',
      'wix-one-app-engine': 'ga',
      'wix-one-app-invites': 'ga',
      'wix-one-app-notifications': 'ga',
      'wix-one-app-platform': 'ga',
      'wix-one-app-contacts': 'ga',
      'wix-react-native-overtime-chart-view': '1.0.10',
      'wix-react-native-storybook-template': '0.0.28',
      'wix-react-native-ui-lib': 'ga'
    }
  },
  fs: { numberOfFiles: 319 },
  debug: [
    '2020-12-15T12:47:38.649Z angular/cli config Angular CLI not found.\n',
    '2020-12-15T12:47:39.425Z jest/config Detected Jest.\n',
    '2020-12-15T12:47:39.432Z jest/config Configured Jest.\n',
    '2020-12-15T12:47:39.434Z project Wallaby Node version: v12.5.0\n',
    '2020-12-15T12:47:39.434Z project Wallaby config: <homeDir>/wixWorkSpace/wix-one-app-analytics/wallaby.js\n',
    '2020-12-15T12:47:40.643Z project File cache: <homeDir>/Library/Caches/WebStorm2019.3/wallaby/projects/2a0692439c742525\n',
    '2020-12-15T12:47:40.655Z uiService Listening port 51235\n',
    '2020-12-15T12:47:40.666Z project package.json file change detected, invalidating local cache\n',
    '2020-12-15T12:47:40.696Z workers Parallelism for initial run: 6, for regular run: 3\n',
    '2020-12-15T12:47:40.696Z workers Starting run worker instance #0\n',
    '2020-12-15T12:47:40.697Z workers Starting run worker instance #1\n',
    '2020-12-15T12:47:40.697Z workers Starting run worker instance #2\n',
    '2020-12-15T12:47:40.697Z workers Starting run worker instance #3\n',
    '2020-12-15T12:47:40.697Z workers Starting run worker instance #4\n',
    '2020-12-15T12:47:40.697Z workers Starting run worker instance #5\n',
    '2020-12-15T12:47:40.697Z workers Web server is listening at 57285\n',
    '2020-12-15T12:47:40.697Z project File cache requires some updates, waiting required files from IDE\n',
    '2020-12-15T12:47:40.831Z project Stopping process pool\n',
    '2020-12-15T12:47:40.835Z project Test run started; run priority: 3\n',
    '2020-12-15T12:47:40.836Z project Running all tests\n',
    '2020-12-15T12:47:40.865Z workers Starting test run, priority: 3\n',
    '2020-12-15T12:47:40.865Z workers Distributing tests between 6 workers\n',
    '2020-12-15T12:47:40.866Z workers Running tests in parallel\n',
    '2020-12-15T12:47:40.866Z nodeRunner Starting sandbox [worker #0, session #932vv]\n',
    '2020-12-15T12:47:40.866Z nodeRunner Starting sandbox [worker #1, session #1cro8]\n',
    '2020-12-15T12:47:40.866Z nodeRunner Starting sandbox [worker #2, session #q16ja]\n',
    '2020-12-15T12:47:40.866Z nodeRunner Starting sandbox [worker #3, session #d16zm]\n',
    '2020-12-15T12:47:40.866Z nodeRunner Starting sandbox [worker #4, session #jgoiw]\n',
    '2020-12-15T12:47:40.866Z nodeRunner Starting sandbox [worker #5, session #ldudy]\n',
    '2020-12-15T12:47:40.867Z nodeRunner Preparing sandbox [worker #0, session #932vv]\n',
    '2020-12-15T12:47:40.867Z nodeRunner Preparing sandbox [worker #1, session #1cro8]\n',
    '2020-12-15T12:47:40.867Z nodeRunner Preparing sandbox [worker #2, session #q16ja]\n',
    '2020-12-15T12:47:40.867Z nodeRunner Preparing sandbox [worker #3, session #d16zm]\n',
    '2020-12-15T12:47:40.867Z nodeRunner Preparing sandbox [worker #4, session #jgoiw]\n',
    '2020-12-15T12:47:40.867Z nodeRunner Preparing sandbox [worker #5, session #ldudy]\n',
    '2020-12-15T12:47:40.922Z workers Started run worker instance (delayed) #0\n',
    '2020-12-15T12:47:40.923Z nodeRunner Prepared sandbox [worker #0, session #932vv]\n',
    '2020-12-15T12:47:40.923Z workers [worker #0, session #932vv] Running tests in sandbox\n',
    '2020-12-15T12:47:40.925Z workers Started run worker instance (delayed) #2\n',
    '2020-12-15T12:47:40.925Z nodeRunner Prepared sandbox [worker #2, session #q16ja]\n',
    '2020-12-15T12:47:40.925Z workers [worker #2, session #q16ja] Running tests in sandbox\n',
    '2020-12-15T12:47:40.926Z workers Started run worker instance (delayed) #1\n',
    '2020-12-15T12:47:40.927Z nodeRunner Prepared sandbox [worker #1, session #1cro8]\n',
    '2020-12-15T12:47:40.927Z workers [worker #1, session #1cro8] Running tests in sandbox\n',
    '2020-12-15T12:47:40.931Z workers Started run worker instance (delayed) #3\n',
    '2020-12-15T12:47:40.932Z nodeRunner Prepared sandbox [worker #3, session #d16zm]\n',
    '2020-12-15T12:47:40.932Z workers [worker #3, session #d16zm] Running tests in sandbox\n',
    '2020-12-15T12:47:40.969Z workers Started run worker instance (delayed) #4\n',
    '2020-12-15T12:47:40.969Z nodeRunner Prepared sandbox [worker #4, session #jgoiw]\n',
    '2020-12-15T12:47:40.969Z workers [worker #4, session #jgoiw] Running tests in sandbox\n',
    '2020-12-15T12:47:41.007Z workers Started run worker instance (delayed) #5\n',
    '2020-12-15T12:47:41.007Z nodeRunner Prepared sandbox [worker #5, session #ldudy]\n',
    '2020-12-15T12:47:41.007Z workers [worker #5, session #ldudy] Running tests in sandbox\n',
    '2020-12-15T12:48:02.966Z workers [q16ja] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:02.966Z workers [q16ja] Test executed: should generate valid reports for correct input\n',
    '2020-12-15T12:48:02.966Z workers [q16ja] Test executed: should get a loading error in case of problems\n',
    '2020-12-15T12:48:02.967Z workers [q16ja] Test executed: should exclude reports with inactive experiments\n',
    '2020-12-15T12:48:02.967Z workers [q16ja] Test executed: should not crash on empty report response\n',
    '2020-12-15T12:48:02.967Z workers [q16ja] Test executed: should not return items if they are coming soon\n',
    '2020-12-15T12:48:02.967Z workers [q16ja] Test executed: should open a specific dashboard for open from push notification\n',
    '2020-12-15T12:48:02.969Z workers [q16ja] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:02.970Z workers [q16ja] Test executed: should return true for activated cookie banner setting\n',
    '2020-12-15T12:48:02.970Z workers [q16ja] Test executed: should return false for deactivated cookie banner setting\n',
    '2020-12-15T12:48:02.970Z workers [q16ja] Test executed: should return false for empty server response\n',
    '2020-12-15T12:48:02.971Z workers [q16ja] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:02.971Z workers [q16ja] Test executed: should return the dataMap initial state\n',
    '2020-12-15T12:48:02.971Z workers [q16ja] Test executed: should return the intentMap initial state\n',
    '2020-12-15T12:48:02.972Z workers [q16ja] Test executed: should return the lastUpdated initial state\n',
    '2020-12-15T12:48:02.972Z workers [q16ja] Test executed: should return the cachingTime initial state\n',
    '2020-12-15T12:48:02.972Z workers [q16ja] Test executed: should return the isLoading initial state\n',
    '2020-12-15T12:48:02.972Z workers [q16ja] Test executed: should return the isDataInitialized initial state\n',
    '2020-12-15T12:48:02.972Z workers [q16ja] Test executed: should return the dataError initial state\n',
    '2020-12-15T12:48:02.972Z workers [q16ja] Test executed: should update insightsState value\n',
    '2020-12-15T12:48:02.973Z workers [q16ja] Test executed: should reset the store to the initial state\n',
    '2020-12-15T12:48:02.973Z workers [q16ja] Test executed: should update isLoading\n',
    '2020-12-15T12:48:02.973Z workers [q16ja] Test executed: should update isDataInitialized\n',
    '2020-12-15T12:48:02.973Z workers [q16ja] Test executed: should update the error state\n',
    '2020-12-15T12:48:02.978Z workers [q16ja] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:02.978Z workers [q16ja] Test executed: "[]" -> { groups: [] }\n',
    '2020-12-15T12:48:02.978Z workers [q16ja] Test executed: "null" -> { groups: [] }\n',
    '2020-12-15T12:48:02.978Z workers [q16ja] Test executed: "undefined" -> { groups: [] }\n',
    '2020-12-15T12:48:02.979Z workers [q16ja] Test executed: "{}" -> { groups: [] }\n',
    '2020-12-15T12:48:02.979Z workers [q16ja] Test executed: "" -> { groups: [] }\n',
    '2020-12-15T12:48:02.979Z workers [q16ja] Test executed: should return an empty array if 0 sessions given\n',
    '2020-12-15T12:48:02.979Z workers [q16ja] Test executed: check that we process traffic breakdown redux data correctly\n',
    '2020-12-15T12:48:02.988Z workers [q16ja] Run 28 test(s), skipped 0 test(s)\n',
    '2020-12-15T12:48:02.989Z workers [q16ja] Sandbox is responsive, closing it\n',
    '2020-12-15T12:48:03.355Z workers [ldudy] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.355Z workers [ldudy] Test executed: should return PREV for when both are DAILY\n',
    '2020-12-15T12:48:03.355Z workers [ldudy] Test executed: should return NEXT for when next is DAILY and prev is not\n',
    '2020-12-15T12:48:03.356Z workers [ldudy] Test executed: should return PREV for when both are WEEKLY\n',
    '2020-12-15T12:48:03.356Z workers [ldudy] Test executed: should return NEXT for when prev was neither DAILY nor WEEKLY\n',
    '2020-12-15T12:48:03.356Z workers [ldudy] Test executed: should return PREV for when both were neither DAILY nor WEEKLY\n',
    '2020-12-15T12:48:03.356Z workers [ldudy] Test executed: should return expected diff between elements\n',
    '2020-12-15T12:48:03.356Z workers [ldudy] Test executed: check that order follows rules\n',
    '2020-12-15T12:48:03.356Z workers [ldudy] Test executed: the result should contain the message that was provided as an input arg\n',
    '2020-12-15T12:48:03.357Z workers [ldudy] Test executed: should return last year for comparison period of previous year\n',
    '2020-12-15T12:48:03.357Z workers [ldudy] Test executed: should return last day for comparison period daily\n',
    '2020-12-15T12:48:03.357Z workers [ldudy] Test executed: should return last week for comparison period weekly\n',
    '2020-12-15T12:48:03.357Z workers [ldudy] Test executed: should return last month for comparison period monthly\n',
    '2020-12-15T12:48:03.357Z workers [ldudy] Test executed: should return appropriate text for ANOMALY_DETECTION\n',
    '2020-12-15T12:48:03.358Z workers [ldudy] Test executed: should return appropriate text for NUMBER_HIGHER\n',
    '2020-12-15T12:48:03.358Z workers [ldudy] Test executed: should return appropriate text for NUMBER_LOWER\n',
    '2020-12-15T12:48:03.358Z workers [ldudy] Test executed: should return appropriate text for PERCENTAGE_INCREASE\n',
    '2020-12-15T12:48:03.358Z workers [ldudy] Test executed: should return appropriate text for PERCENTAGE_DECREASE\n',
    '2020-12-15T12:48:03.359Z workers [ldudy] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.359Z workers [ldudy] Test executed: should get initial timefilter value (default timefilter)\n',
    '2020-12-15T12:48:03.359Z workers [ldudy] Test executed: should get initial selectedIntent value\n',
    '2020-12-15T12:48:03.359Z workers [ldudy] Test executed: should update timeFilter to a new value\n',
    '2020-12-15T12:48:03.359Z workers [ldudy] Test executed: should reset the store to initial state values\n',
    '2020-12-15T12:48:03.360Z workers [ldudy] Test executed: should update selectedIntent to new values\n',
    '2020-12-15T12:48:03.365Z workers [ldudy] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.365Z workers [ldudy] Test executed: check that we process blog full report raw data correctly\n',
    '2020-12-15T12:48:03.365Z workers [ldudy] Test executed: check that we process blog full report redux data correctly\n',
    '2020-12-15T12:48:03.367Z workers [ldudy] Test executed: check that we process blog item page redux data correctly\n',
    '2020-12-15T12:48:03.370Z workers [ldudy] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.371Z workers [ldudy] Test executed: should return parse data for server looker unified response\n',
    '2020-12-15T12:48:03.601Z workers [ldudy] Run 26 test(s), skipped 0 test(s)\n',
    '2020-12-15T12:48:03.605Z workers [ldudy] Sandbox is responsive, closing it\n',
    '2020-12-15T12:48:03.641Z workers [jgoiw] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.642Z workers [jgoiw] Test executed: should generate correct result for valid input\n',
    '2020-12-15T12:48:03.642Z workers [jgoiw] Test executed: should call useTitle\n',
    '2020-12-15T12:48:03.642Z workers [jgoiw] Test executed: should call useSubtitle\n',
    '2020-12-15T12:48:03.642Z workers [jgoiw] Test executed: should return loading true for empy storedAlerts\n',
    '2020-12-15T12:48:03.642Z workers [jgoiw] Test executed: should return error if failed to load\n',
    '2020-12-15T12:48:03.643Z workers [jgoiw] Test executed: should send bi event when notification received\n',
    '2020-12-15T12:48:03.643Z workers [jgoiw] Test executed: should perform onToggle first time with notification\n',
    '2020-12-15T12:48:03.643Z workers [jgoiw] Test executed: should not perform onToggle second time with notification\n',
    '2020-12-15T12:48:03.643Z workers [jgoiw] Test executed: should open custom tab for notification with custom alert id\n',
    '2020-12-15T12:48:03.643Z workers [jgoiw] Test executed: should not open custom tab for notification with system alert id\n',
    '2020-12-15T12:48:03.643Z workers [jgoiw] Test executed: should not open custom tab for notification with no alert id\n',
    '2020-12-15T12:48:03.644Z workers [jgoiw] Test executed: should not open custom tab for notification that already been used\n',
    '2020-12-15T12:48:03.645Z workers [jgoiw] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.645Z workers [jgoiw] Test executed: should return initial state default value\n',
    '2020-12-15T12:48:03.645Z workers [jgoiw] Test executed: should update defaults to new value\n',
    '2020-12-15T12:48:03.646Z workers [jgoiw] Test executed: should reset the store to the initial state\n',
    '2020-12-15T12:48:03.648Z workers [jgoiw] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.648Z workers [jgoiw] Test executed: check that we parse booking full report to redux correctly\n',
    '2020-12-15T12:48:03.648Z workers [jgoiw] Test executed: check that we parse booking breakdown data to redux correctly\n',
    '2020-12-15T12:48:03.649Z workers [jgoiw] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:03.649Z workers [jgoiw] Test executed: should return the initial state of instance\n',
    '2020-12-15T12:48:03.649Z workers [jgoiw] Test executed: should return the initial state of businessId\n',
    '2020-12-15T12:48:03.650Z workers [jgoiw] Test executed: should return the initial state of siteName\n',
    '2020-12-15T12:48:03.650Z workers [jgoiw] Test executed: should return the initial state of hasPaidPlans\n',
    '2020-12-15T12:48:03.650Z workers [jgoiw] Test executed: should update the instance\n',
    '2020-12-15T12:48:03.650Z workers [jgoiw] Test executed: should reset the store to the initial values\n',
    '2020-12-15T12:48:03.651Z workers [jgoiw] Test executed: should update the metaSiteState\n',
    '2020-12-15T12:48:03.651Z workers [jgoiw] Test executed: should update hasPaidPlans\n',
    '2020-12-15T12:48:03.662Z workers [jgoiw] Run 25 test(s), skipped 0 test(s)\n',
    '2020-12-15T12:48:03.664Z workers [jgoiw] Sandbox is responsive, closing it\n',
    '2020-12-15T12:48:04.150Z workers [1cro8] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.150Z workers [1cro8] Test executed: Preset dates should return input as output\n',
    '2020-12-15T12:48:04.150Z workers [1cro8] Test executed: Custom dates should return date range minus one day\n',
    '2020-12-15T12:48:04.150Z workers [1cro8] Test executed: invalid input should return input\n',
    '2020-12-15T12:48:04.150Z workers [1cro8] Test executed: same day to same day should return input\n',
    '2020-12-15T12:48:04.151Z workers [1cro8] Test executed: ending on 01 should set to the end of the previous month\n',
    '2020-12-15T12:48:04.163Z workers [1cro8] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.163Z workers [1cro8] Test executed: should return never triggered for 0 trigger events\n',
    '2020-12-15T12:48:04.163Z workers [1cro8] Test executed: should incorporate the function given as an argument in the returned response\n',
    '2020-12-15T12:48:04.163Z workers [1cro8] Test executed: should return # times triggered for # trigger events\n',
    '2020-12-15T12:48:04.179Z workers [1cro8] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.181Z workers [1cro8] Test executed: should return appropriate empty object for empty input\n',
    '2020-12-15T12:48:04.181Z workers [1cro8] Test executed: should parse raw WAS data correctly for the carousel cards\n',
    '2020-12-15T12:48:04.182Z workers [1cro8] Test executed: regression test - should return expected card output for given input\n',
    '2020-12-15T12:48:04.182Z workers [1cro8] Test executed: should include appropriate cta in the output if given a fallback\n',
    '2020-12-15T12:48:04.182Z workers [1cro8] Test executed: should include no cta in the output if given a fallback but no EM permission\n',
    '2020-12-15T12:48:04.182Z workers [1cro8] Test executed: should show percentage increase/decrease\n',
    '2020-12-15T12:48:04.182Z workers [1cro8] Test executed: should return appropriate cta for INVITE_FLOW if this is given as a fallback\n',
    '2020-12-15T12:48:04.183Z workers [1cro8] Test executed: should return appropriate cta for SOCIAL_POST if this is given as a fallback\n',
    '2020-12-15T12:48:04.183Z workers [1cro8] Test executed: should return no cta for SOCIAL_POST if this is given as a fallback, but no SP permission\n',
    '2020-12-15T12:48:04.183Z workers [1cro8] Test executed: should return 0 conversion trend for 0 completed purchases\n',
    '2020-12-15T12:48:04.183Z workers [1cro8] Test executed: negative trend - should return currentValue minus the sum of visit and completed_purchase previousCounts\n',
    '2020-12-15T12:48:04.184Z workers [1cro8] Test executed: positive trend - should return currentValue minus the sum of visit and completed_purchase previousCounts\n',
    '2020-12-15T12:48:04.184Z workers [1cro8] Test executed: should show green arrow for positive trend\n',
    '2020-12-15T12:48:04.184Z workers [1cro8] Test executed: should show red arrow for negative trend\n',
    '2020-12-15T12:48:04.184Z workers [1cro8] Test executed: "{ source: undefined, dataMap: undefined, intentMap: undefined }" -> []\n',
    '2020-12-15T12:48:04.185Z workers [1cro8] Test executed: "{ source: undefined, dataMap: undefined, intentMap: [] }" -> []\n',
    '2020-12-15T12:48:04.185Z workers [1cro8] Test executed: "{ source: undefined, dataMap: {}, intentMap: undefined }" -> []\n',
    '2020-12-15T12:48:04.185Z workers [1cro8] Test executed: "{ source: undefined, dataMap: {}, intentMap: [] }" -> []\n',
    '2020-12-15T12:48:04.185Z workers [1cro8] Test executed: "{ source: undefined, dataMap: null, intentMap: [] }" -> []\n',
    '2020-12-15T12:48:04.186Z workers [1cro8] Test executed: "{ source: undefined, dataMap: {}, intentMap: null }" -> []\n',
    '2020-12-15T12:48:04.186Z workers [1cro8] Test executed: "{ source: undefined, dataMap: null, intentMap: null }" -> []\n',
    '2020-12-15T12:48:04.186Z workers [1cro8] Test executed: filterSourceForDisplay regression test\n',
    '2020-12-15T12:48:04.208Z workers [d16zm] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.262Z workers [1cro8] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.262Z workers [1cro8] Test executed: should return an empty array for empty array input\n',
    '2020-12-15T12:48:04.266Z workers [1cro8] Test executed: regression test - return expected output for a given input\n',
    '2020-12-15T12:48:04.267Z workers [1cro8] Test executed: should return appropriate empty object for empty input\n',
    '2020-12-15T12:48:04.268Z workers [1cro8] Test executed: check that we process store item page redux data correctly\n',
    '2020-12-15T12:48:04.268Z workers [1cro8] Test executed: should return an empty array for empty input\n',
    '2020-12-15T12:48:04.268Z workers [1cro8] Test executed: check that we process store full report redux data correctly\n',
    `2020-12-15T12:48:04.270Z workers [1cro8] Test executed: "{ key: 'revenue', type: 'currency', value: '0' }" -> 0 in revenue\n`,
    `2020-12-15T12:48:04.271Z workers [1cro8] Test executed: "{ key: 'sold', type: 'number', value: '1' }" -> 1 unit sold\n`,
    `2020-12-15T12:48:04.272Z workers [1cro8] Test executed: "{ key: 'sold', type: 'number', value: '0' }" -> 0 units sold\n`,
    `2020-12-15T12:48:04.272Z workers [1cro8] Test executed: "{ key: 'sold', type: 'number', value: '2' }" -> 2 units sold\n`,
    `2020-12-15T12:48:04.275Z workers [1cro8] Test executed: "{ key: 'cartPlacement', type: 'number', value: '1' }" -> 1 add to cart\n`,
    `2020-12-15T12:48:04.276Z workers [1cro8] Test executed: "{ key: 'cartPlacement', type: 'number', value: '0' }" -> 0 adds to cart\n`,
    `2020-12-15T12:48:04.278Z workers [1cro8] Test executed: "{ key: 'cartPlacement', type: 'number', value: '2' }" -> 2 adds to cart\n`,
    `2020-12-15T12:48:04.279Z workers [1cro8] Test executed: "{ key: 'views', type: 'number', value: '1' }" -> 1 view\n`,
    `2020-12-15T12:48:04.279Z workers [1cro8] Test executed: "{ key: 'views', type: 'number', value: '0' }" -> 0 views\n`,
    `2020-12-15T12:48:04.281Z workers [1cro8] Test executed: "{ key: 'views', type: 'number', value: '2' }" -> 2 views\n`,
    `2020-12-15T12:48:04.282Z workers [1cro8] Test executed: "{ key: 'conversionRate', type: 'percentage', value: '1' }" -> 1 conversion\n`,
    '2020-12-15T12:48:04.282Z workers [1cro8] Test executed: "CURRENCY" -> number\n',
    '2020-12-15T12:48:04.283Z workers [1cro8] Test executed: "MONEY" -> number\n',
    '2020-12-15T12:48:04.283Z workers [1cro8] Test executed: "PERCENT" -> number\n',
    '2020-12-15T12:48:04.283Z workers [1cro8] Test executed: "CONVERSION_RATE" -> number\n',
    '2020-12-15T12:48:04.288Z workers [1cro8] Test executed: "DATE" -> date\n',
    '2020-12-15T12:48:04.288Z workers [1cro8] Test executed: "STRING" -> string\n',
    '2020-12-15T12:48:04.289Z workers [1cro8] Test executed: "PERCENT" -> number\n',
    '2020-12-15T12:48:04.290Z workers [1cro8] Test executed: check that we process store full report raw data correctly\n',
    '2020-12-15T12:48:04.308Z workers [d16zm] Test executed: should sort report list by order\n',
    '2020-12-15T12:48:04.308Z workers [d16zm] Test executed: should return empty arr for empty arr arg\n',
    '2020-12-15T12:48:04.309Z workers [d16zm] Test executed: should return undefined for no params\n',
    '2020-12-15T12:48:04.310Z workers [d16zm] Test executed: should sort report category for sales and traffic\n',
    '2020-12-15T12:48:04.311Z workers [d16zm] Test executed: should sort report category\n',
    '2020-12-15T12:48:04.311Z workers [d16zm] Test executed: should do nothing for undefined reports list\n',
    '2020-12-15T12:48:04.311Z workers [d16zm] Test executed: should call action for find dashboardId\n',
    '2020-12-15T12:48:04.311Z workers [d16zm] Test executed: should not call action for dashboardId that dont exist\n',
    '2020-12-15T12:48:04.312Z workers [d16zm] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.313Z workers [d16zm] Test executed: check that card data is parsed successfully for the BI\n',
    '2020-12-15T12:48:04.313Z workers [d16zm] Test executed: should return a cta_type if there is a cta in displayItems\n',
    '2020-12-15T12:48:04.314Z workers [d16zm] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.315Z workers [d16zm] Test executed: should return the dataMap initial state\n',
    '2020-12-15T12:48:04.315Z workers [d16zm] Test executed: should return the lastUpdated initial state\n',
    '2020-12-15T12:48:04.315Z workers [d16zm] Test executed: should update the intentState\n',
    '2020-12-15T12:48:04.315Z workers [d16zm] Test executed: should reset the store to the initial state\n',
    '2020-12-15T12:48:04.317Z workers [d16zm] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.317Z workers [d16zm] Test executed: should get initial processedDashboards\n',
    '2020-12-15T12:48:04.317Z workers [d16zm] Test executed: should update processedReports to a new value\n',
    '2020-12-15T12:48:04.321Z workers [1cro8] Run 55 test(s), skipped 0 test(s)\n',
    '2020-12-15T12:48:04.322Z workers [1cro8] Sandbox is responsive, closing it\n',
    '2020-12-15T12:48:04.330Z workers [d16zm] Run 16 test(s), skipped 0 test(s)\n',
    '2020-12-15T12:48:04.331Z workers [d16zm] Sandbox is responsive, closing it\n',
    '2020-12-15T12:48:04.809Z workers [932vv] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.809Z workers [932vv] Test executed: should create tab for report\n',
    '2020-12-15T12:48:04.814Z workers [932vv] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.814Z workers [932vv] Test executed: should return valid alerts\n',
    '2020-12-15T12:48:04.815Z workers [932vv] Test executed: should return empty array if only invalid alerts\n',
    '2020-12-15T12:48:04.815Z workers [932vv] Test executed: should filter out invalid alerts\n',
    '2020-12-15T12:48:04.815Z workers [932vv] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.816Z workers [932vv] Test executed: should pass\n',
    '2020-12-15T12:48:04.831Z workers [932vv] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.831Z workers [932vv] Test executed: "0" -> None\n',
    '2020-12-15T12:48:04.832Z workers [932vv] Test executed: "[ 0 ]" -> None\n',
    '2020-12-15T12:48:04.832Z workers [932vv] Test executed: "[ 0, 1 ]" -> None\n',
    '2020-12-15T12:48:04.832Z workers [932vv] Test executed: "[]" -> None\n',
    '2020-12-15T12:48:04.832Z workers [932vv] Test executed: "null" -> None\n',
    '2020-12-15T12:48:04.832Z workers [932vv] Test executed: "undefined" -> None\n',
    '2020-12-15T12:48:04.833Z workers [932vv] Test executed: "1596382765441" -> Aug 2, 2020\n',
    '2020-12-15T12:48:04.833Z workers [932vv] Test executed: "[ 1596382765441 ]" -> Aug 2, 2020\n',
    '2020-12-15T12:48:04.833Z workers [932vv] Test executed: "[ 1596382765441, 1585131625239 ]" -> Aug 2, 2020\n',
    '2020-12-15T12:48:04.833Z workers [932vv] Test executed: regression test - return appropriate result for paid_plan_validity\n',
    '2020-12-15T12:48:04.833Z workers [932vv] Test executed: regression test - return appropriate result for paid_plan_remainings\n',
    '2020-12-15T12:48:04.833Z workers [932vv] Test executed: regression test - return appropriate result for no_shows\n',
    '2020-12-15T12:48:04.834Z workers [932vv] Test executed: regression test - return appropriate result for no_plan\n',
    '2020-12-15T12:48:04.834Z workers [932vv] Test executed: should return appropriate empty object for empty input\n',
    '2020-12-15T12:48:04.834Z workers [932vv] Test executed: check that we process bookings breakdown redux data correctly\n',
    '2020-12-15T12:48:04.835Z workers [932vv] Loaded unknown number of test(s)\n',
    '2020-12-15T12:48:04.836Z workers [932vv] Test executed: unsubscribes on unmount\n',
    '2020-12-15T12:48:04.836Z workers [932vv] Test executed: passes matching events\n',
    '2020-12-15T12:48:04.836Z workers [932vv] Test executed: doesnt pass not matching events\n',
    '2020-12-15T12:48:04.852Z workers [932vv] Run 23 test(s), skipped 0 test(s)\n',
    '2020-12-15T12:48:04.854Z workers [932vv] Sandbox is responsive, closing it\n',
    '2020-12-15T12:48:04.854Z workers Merging parallel test run results\n',
    '2020-12-15T12:48:04.865Z project Test run finished\n',
    '2020-12-15T12:48:04.866Z project Processed console.log entries\n',
    '2020-12-15T12:48:04.866Z project Processed loading sequences\n',
    '2020-12-15T12:48:04.867Z project Test name duplicate: "PERCENT" -> number\n',
    '2020-12-15T12:48:04.868Z project Processed executed tests\n',
    '2020-12-15T12:48:04.892Z project Processed code coverage\n',
    '2020-12-15T12:48:05.022Z project Test run result processed and sent to IDE\n',
    '2020-12-15T12:48:12.372Z uiService UI client connected\n',
    '2020-12-15T12:48:12.373Z uiService Outgoing message ui:handshake\n',
    '2020-12-15T12:48:12.605Z uiService Incoming message ui:start\n',
    '2020-12-15T12:48:12.606Z uiService Outgoing message ui:summary\n',
    '2020-12-15T12:48:12.607Z uiService Outgoing message ui:files\n',
    '2020-12-15T12:48:12.607Z uiService Incoming message ui:tests:resultsRequested\n',
    '2020-12-15T12:48:12.612Z uiService Outgoing message ui:tests:allResultsUpdated\n',
    '2020-12-15T12:48:16.001Z uiService Incoming message ui:tests:resultsAbandoned\n',
    '2020-12-15T12:48:17.146Z uiService Incoming message ui:tests:resultsRequested\n',
    '2020-12-15T12:48:17.150Z uiService Outgoing message ui:tests:allResultsUpdated\n'
  ]
}
ArtemGovorov commented 3 years ago

Thanks for providing the report. The issue is fixed and the fix is published in the latest core v1.0.998. Please restart Wallaby and refresh your Wallaby App after core update, and everything should work as expected.