wallabyjs / public

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

Missing commands after upgrade #2380

Closed stephenway closed 4 years ago

stephenway commented 4 years ago

Issue description or question

After restarting Wallaby in VSCode, it auto upgraded to the next version 1.0.187 then all Wallaby commands at that point started reporting as missing when I tried running them. Rolling back restored those commands for me.

Wallaby diagnostics report

Generating a diagnostic report does not work on the new version, but this report is from after my rollback.

{
  editorVersion: '1.43.2',
  pluginVersion: '1.0.185',
  editorType: 'VSCode',
  osVersion: 'darwin 19.3.0',
  nodeVersion: 'v12.14.1',
  coreVersion: '1.0.874',
  config: {
    diagnostics: {},
    testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
    filesWithCoverageCalculated: [
      '**/*.{js,jsx,ts,tsx}',
      '!**/*.d.ts',
      '!**/node_modules/**',
      '!types-generated.tsx',
      '!__tests__/**/*',
      '!core/**/*',
      '!lang/**/*',
      '!coverage/**/*',
      '!graphql/**/*',
      '!public/static/**/*',
      '!lib/testing',
      '!*.config.*',
      '!*.setup.*'
    ],
    micromatch: true,
    files: [
      { pattern: '/node_modules/', regexp: /\/node_modules\//, ignore: true, trigger: true, load: true },
      {
        pattern: 'dist/|build/|coverage/|/\\.cache/|/\\.idea/|/\\.vscode/|/\\.git/|/\\.gitlab/',
        regexp: /dist\/|build\/|coverage\/|\/\.cache\/|\/\.idea\/|\/\.vscode\/|\/\.git\/|\/\.gitlab\//,
        ignore: true,
        trigger: true,
        load: true
      },
      { pattern: '/.next/', regexp: /\/.next\//, ignore: true, trigger: true, load: true },
      { pattern: '**/**', ignore: false, trigger: true, load: true, order: 1 },
      { pattern: '**/__tests__/*.(ts|tsx)', 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/|/\\.cache/|/\\.idea/|/\\.vscode/|/\\.git/|/\\.gitlab/',
        regexp: /dist\/|build\/|coverage\/|\/\.cache\/|\/\.idea\/|\/\.vscode\/|\/\.git\/|\/\.gitlab\//,
        ignore: true,
        trigger: true,
        load: true,
        test: true
      },
      { pattern: '/.next/', regexp: /\/.next\//, ignore: true, trigger: true, load: true, test: true },
      { pattern: '**/__tests__/*.(ts|tsx)', ignore: false, trigger: true, load: true, test: true, order: 2 }
    ],
    filesWithNoCoverageCalculated: [],
    runAllTestsInAffectedTestFile: 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.14.1/bin/node', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
    reportUnhandledPromises: true,
    slowTestThreshold: 75,
    lowCoverageThreshold: 80,
    loose: true,
    configCode: 'auto.detect#1300750131'
  },
  packageJSON: {
    dependencies: {
      '@apollo/react-common': '^3.1.3',
      '@apollo/react-hooks': '^3.1.3',
      '@apollo/react-ssr': '^3.1.3',
      '@date-io/date-fns': '^1.3.13',
      '@formatjs/intl-relativetimeformat': '^4.5.7',
      '@formatjs/intl-utils': '^2.0.4',
      '@material-ui/core': '^4.9.7',
      '@material-ui/icons': '^4.9.1',
      '@material-ui/lab': '^4.0.0-alpha.46',
      '@material-ui/pickers': '^3.2.10',
      '@material-ui/styles': '^4.9.6',
      '@next/bundle-analyzer': '^9.2.0',
      '@svgr/webpack': '^5.1.0',
      accepts: '^1.3.7',
      'apollo-cache-inmemory': '^1.6.5',
      'apollo-client': '^2.6.8',
      'apollo-link-context': '^1.0.19',
      'apollo-link-error': '^1.1.12',
      'apollo-link-http': '^1.5.16',
      'apollo-link-retry': '^2.2.15',
      'apollo-link-schema': '^1.2.4',
      'apollo-link-ws': '^1.0.19',
      'apollo-utilities': '^1.3.3',
      'beautiful-react-hooks': '^0.20.0',
      clsx: '^1.0.4',
      cookie: '^0.4.0',
      'date-fns': '^2.9.0',
      formik: '^2.1.2',
      glob: '^7.1.6',
      graphql: '^14.5.8',
      'graphql-tag': '^2.10.1',
      'hoist-non-react-statics': '^3.3.1',
      intl: '^1.2.5',
      'isomorphic-unfetch': '^3.0.0',
      'js-cookie': '^2.2.1',
      jss: '^10.0.3',
      'jwt-decode': '^2.2.0',
      'lodash.every': '^4.6.0',
      'lodash.find': '^4.6.0',
      'lodash.findindex': '^4.6.0',
      'lodash.flatten': '^4.4.0',
      'lodash.flattendeep': '^4.4.0',
      'lodash.flowright': '^3.5.0',
      'lodash.get': '^4.4.2',
      'lodash.isempty': '^4.4.0',
      'lodash.isobject': '^3.0.2',
      'lodash.join': '^4.0.1',
      'lodash.map': '^4.6.0',
      'lodash.merge': '^4.6.2',
      'lodash.random': '^3.2.0',
      'lodash.reduce': '^4.6.0',
      'lodash.some': '^4.6.0',
      'lodash.split': '^4.4.2',
      'lodash.startswith': '^4.2.1',
      'lodash.trim': '^4.5.1',
      'lodash.upperfirst': '^4.3.1',
      'mui-datatables': '^2.14.0',
      'mui-rte': '^1.11.0',
      next: '^9.2.0',
      nookies: '^2.0.8',
      notistack: '^0.9.7',
      nprogress: '^0.2.0',
      polished: '^3.4.2',
      'prop-types': '^15.7.2',
      'prop-types-exact': '^1.2.0',
      react: '^16.13.0',
      'react-dom': '^16.13.0',
      'react-dropzone': '^10.2.1',
      'react-gravatar': '^2.6.3',
      'react-intl': '^3.11.0',
      'react-signature-pad-wrapper': '^1.2.7',
      'react-table': '^7.0.0-rc.15',
      'react-text-mask': '^5.4.3',
      'react-visibility-sensor': '^5.1.1',
      reaptcha: '^1.7.2',
      'regenerator-runtime': '^0.13.3',
      'subscriptions-transport-ws': '^0.9.16',
      'text-mask-addons': '^3.8.0',
      ws: '^7.2.1',
      yup: '^0.28.3'
    },
    devDependencies: {
      '@apollo/react-testing': '^3.1.3',
      '@babel/core': '^7.8.3',
      '@babel/plugin-proposal-class-properties': '^7.8.3',
      '@babel/preset-env': '^7.8.3',
      '@babel/preset-react': '^7.8.3',
      '@graphql-codegen/add': '^1.13.1',
      '@graphql-codegen/cli': '^1.13.1',
      '@graphql-codegen/fragment-matcher': '^1.13.1',
      '@graphql-codegen/introspection': '^1.13.1',
      '@graphql-codegen/typescript': '^1.13.1',
      '@graphql-codegen/typescript-operations': '^1.13.1',
      '@graphql-codegen/typescript-react-apollo': '^1.13.1',
      '@jagi/jest-transform-graphql': '^1.0.2',
      '@testing-library/jest-dom': '^5.1.1',
      '@testing-library/react': '^10.0.1',
      '@testing-library/user-event': '^10.0.0',
      '@types/accepts': '^1.3.5',
      '@types/autoprefixer': '^9.7.1',
      '@types/babel-types': '^7.0.7',
      '@types/cookie': '^0.3.3',
      '@types/express': '^4.17.3',
      '@types/faker': '^4.1.10',
      '@types/glob': '^7.1.1',
      '@types/graphql': '^14.5.0',
      '@types/http-status': '^1.1.2',
      '@types/intl': '^1.2.0',
      '@types/isomorphic-fetch': '^0.0.35',
      '@types/jest': '^25.1.4',
      '@types/js-cookie': '^2.2.5',
      '@types/jsonwebtoken': '^8.3.8',
      '@types/jwt-decode': '^2.2.1',
      '@types/lodash.every': '^4.6.6',
      '@types/lodash.flowright': '^3.5.6',
      '@types/lodash.get': '^4.4.6',
      '@types/lodash.isobject': '^3.0.6',
      '@types/lodash.join': '^4.0.6',
      '@types/lodash.map': '^4.6.13',
      '@types/lodash.random': '^3.2.6',
      '@types/lodash.reduce': '^4.6.6',
      '@types/lodash.split': '^4.4.6',
      '@types/lodash.startswith': '^4.2.6',
      '@types/lodash.trim': '^4.5.6',
      '@types/lodash.upperfirst': '^4.3.6',
      '@types/material-ui': '^0.21.7',
      '@types/node': '^13.9.1',
      '@types/nprogress': '^0.2.0',
      '@types/react': '^16.9.23',
      '@types/react-dom': '^16.9.5',
      '@types/react-gravatar': '^2.6.7',
      '@types/react-intl': '^3.0.0',
      '@types/react-text-mask': '^5.4.6',
      '@types/superagent': '^4.1.7',
      '@types/yup': '^0.26.32',
      'awesome-typescript-loader': '^5.2.1',
      'babel-plugin-import-graphql': '^2.7.0',
      'babel-plugin-inline-react-svg': '^1.1.1',
      'babel-plugin-lodash': '^3.3.4',
      'babel-plugin-macros': '^2.8.0',
      'babel-plugin-module-resolver': '^4.0.0',
      'babel-plugin-react-intl': '^5.1.16',
      'babel-preset-env': '^1.7.0',
      'babel-preset-react': '^6.24.1',
      chalk: '^3.0.0',
      copyfiles: '^2.2.0',
      coveralls: '^3.0.11',
      'cross-env': '^7.0.1',
      'dotenv-webpack': '^1.7.0',
      faker: '^4.1.0',
      'graphql-tools': '^4.0.6',
      husky: '^4.2.0',
      jest: '^25.1.0',
      'jest-environment-jsdom-sixteen': '^1.0.3',
      jsonwebtoken: '^8.5.1',
      'lint-staged': '^10.0.1',
      'node-plop': '^0.23.0',
      plop: '^2.5.3',
      prettier: '^1.19.1',
      rimraf: '^3.0.2',
      'supertest-fetch': '^1.4.1',
      'ts-jest': '^25.2.1',
      'ts-node': '^8.6.2',
      tslint: '^6.1.0',
      'tslint-config-prettier': '^1.18.0',
      'tslint-react': '^4.2.0',
      typescript: '^3.8.3'
    }
  },
  fs: { numberOfFiles: 512 },
  debug: [
    '2020-03-31T14:27:11.420Z config Detected Jest.\n',
    '2020-03-31T14:27:11.421Z config Configured Jest.\n',
    '2020-03-31T14:27:11.422Z project Wallaby Node version: v12.14.1\n',
    '2020-03-31T14:27:11.422Z project Wallaby config: <homeDir>/code/platform-client/auto.detect\n',
    '2020-03-31T14:27:12.509Z project File cache: <homeDir>/.vscode/extensions/wallabyjs.wallaby-vscode-1.0.185/projects/b07eb8d33972500b\n',
    '2020-03-31T14:27:12.522Z uiService Listening port 51235\n',
    '2020-03-31T14:27:12.527Z project package.json file change detected, invalidating local cache\n',
    '2020-03-31T14:27:12.544Z workers Parallelism for initial run: 10, for regular run: 5\n',
    '2020-03-31T14:27:12.544Z workers Starting run worker instance #0\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #1\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #2\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #3\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #4\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #5\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #6\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #7\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #8\n',
    '2020-03-31T14:27:12.545Z workers Starting run worker instance #9\n',
    '2020-03-31T14:27:12.545Z workers Web server is listening at 52670\n',
    '2020-03-31T14:27:12.545Z project File cache requires some updates, waiting required files from IDE\n',
    '2020-03-31T14:27:12.798Z project Stopping process pool\n',
    '2020-03-31T14:27:12.801Z project Test run started; run priority: 3\n',
    '2020-03-31T14:27:12.802Z project Running all tests\n',
    '2020-03-31T14:27:12.817Z workers Starting test run, priority: 3\n',
    '2020-03-31T14:27:12.817Z workers Distributing tests between 10 workers\n',
    '2020-03-31T14:27:12.818Z workers Running tests in parallel\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #0, session #zp5v4]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #1, session #1ofry]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #2, session #8p2ul]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #3, session #yhgpm]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #4, session #hau7d]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #5, session #uf3zm]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #6, session #6wl12]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #7, session #9eodd]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #8, session #dsorf]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Starting sandbox [worker #9, session #1b33n]\n',
    '2020-03-31T14:27:12.819Z nodeRunner Preparing sandbox [worker #0, session #zp5v4]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #1, session #1ofry]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #2, session #8p2ul]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #3, session #yhgpm]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #4, session #hau7d]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #5, session #uf3zm]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #6, session #6wl12]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #7, session #9eodd]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #8, session #dsorf]\n',
    '2020-03-31T14:27:12.820Z nodeRunner Preparing sandbox [worker #9, session #1b33n]\n',
    '2020-03-31T14:27:12.830Z workers Started run worker instance (delayed) #0\n',
    '2020-03-31T14:27:12.830Z nodeRunner Prepared sandbox [worker #0, session #zp5v4]\n',
    '2020-03-31T14:27:12.830Z workers [worker #0, session #zp5v4] Running tests in sandbox\n',
    '2020-03-31T14:27:12.917Z workers Started run worker instance (delayed) #1\n',
    '2020-03-31T14:27:12.917Z nodeRunner Prepared sandbox [worker #1, session #1ofry]\n',
    '2020-03-31T14:27:12.917Z workers [worker #1, session #1ofry] Running tests in sandbox\n',
    '2020-03-31T14:27:12.938Z workers Started run worker instance (delayed) #2\n',
    '2020-03-31T14:27:12.938Z nodeRunner Prepared sandbox [worker #2, session #8p2ul]\n',
    '2020-03-31T14:27:12.938Z workers [worker #2, session #8p2ul] Running tests in sandbox\n',
    '2020-03-31T14:27:12.989Z workers Started run worker instance (delayed) #3\n',
    '2020-03-31T14:27:12.989Z nodeRunner Prepared sandbox [worker #3, session #yhgpm]\n',
    '2020-03-31T14:27:12.989Z workers [worker #3, session #yhgpm] Running tests in sandbox\n',
    '2020-03-31T14:27:13.009Z workers Started run worker instance (delayed) #9\n',
    '2020-03-31T14:27:13.009Z nodeRunner Prepared sandbox [worker #9, session #1b33n]\n',
    '2020-03-31T14:27:13.009Z workers [worker #9, session #1b33n] Running tests in sandbox\n',
    '2020-03-31T14:27:13.030Z workers Started run worker instance (delayed) #5\n',
    '2020-03-31T14:27:13.030Z nodeRunner Prepared sandbox [worker #5, session #uf3zm]\n',
    '2020-03-31T14:27:13.030Z workers [worker #5, session #uf3zm] Running tests in sandbox\n',
    '2020-03-31T14:27:13.032Z workers Started run worker instance (delayed) #4\n',
    '2020-03-31T14:27:13.032Z nodeRunner Prepared sandbox [worker #4, session #hau7d]\n',
    '2020-03-31T14:27:13.032Z workers [worker #4, session #hau7d] Running tests in sandbox\n',
    '2020-03-31T14:27:13.042Z workers Started run worker instance (delayed) #6\n',
    '2020-03-31T14:27:13.042Z nodeRunner Prepared sandbox [worker #6, session #6wl12]\n',
    '2020-03-31T14:27:13.042Z workers [worker #6, session #6wl12] Running tests in sandbox\n',
    '2020-03-31T14:27:13.062Z workers Started run worker instance (delayed) #7\n',
    '2020-03-31T14:27:13.063Z nodeRunner Prepared sandbox [worker #7, session #9eodd]\n',
    '2020-03-31T14:27:13.063Z workers [worker #7, session #9eodd] Running tests in sandbox\n',
    '2020-03-31T14:27:13.078Z workers Started run worker instance (delayed) #8\n',
    '2020-03-31T14:27:13.078Z nodeRunner Prepared sandbox [worker #8, session #dsorf]\n',
    '2020-03-31T14:27:13.079Z workers [worker #8, session #dsorf] Running tests in sandbox\n',
    '2020-03-31T14:27:13.103Z uiService UI client connected\n',
    '2020-03-31T14:27:13.103Z uiService Outgoing message ui:handshake\n',
    '2020-03-31T14:27:13.109Z uiService Incoming message ui:tests:resultsRequested\n',
    '2020-03-31T14:27:13.110Z uiService Outgoing message ui:tests:allResultsUpdated\n',
    '2020-03-31T14:27:13.111Z uiService Incoming message ui:start\n',
    '2020-03-31T14:27:13.112Z uiService Outgoing message ui:summary\n',
    '2020-03-31T14:27:13.117Z uiService Outgoing message ui:files\n',
    '2020-03-31T14:27:47.875Z workers [yhgpm] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:48.574Z workers [yhgpm] Test executed: should return a response\n',
    '2020-03-31T14:27:49.015Z workers [hau7d] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:49.646Z workers [hau7d] Test executed: returns an empty loggedInUser in case of an error\n',
    '2020-03-31T14:27:49.920Z workers [hau7d] Test executed: should return a response\n',
    '2020-03-31T14:27:52.630Z workers [9eodd] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:52.675Z workers [9eodd] Test executed: should render without error\n',
    '2020-03-31T14:27:54.201Z workers [yhgpm] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:54.202Z workers [yhgpm] Test executed: should render without error\n',
    '2020-03-31T14:27:54.202Z workers [yhgpm] Test executed: should have default initial values\n',
    '2020-03-31T14:27:54.203Z workers [yhgpm] Test executed: should accept manual input\n',
    '2020-03-31T14:27:54.203Z workers [yhgpm] Test executed: should display required validation\n',
    '2020-03-31T14:27:54.206Z workers [yhgpm] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:54.207Z workers [yhgpm] Test executed: redirects on the server\n',
    '2020-03-31T14:27:54.207Z workers [yhgpm] Test executed: redirects on the client\n',
    '2020-03-31T14:27:54.232Z workers [yhgpm] Run 7 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:27:54.237Z workers [yhgpm] Sandbox is responsive, closing it\n',
    '2020-03-31T14:27:54.273Z workers [9eodd] Test executed: should accept manual input\n',
    '2020-03-31T14:27:54.289Z workers [9eodd] Test executed: should open the date dialog\n',
    '2020-03-31T14:27:54.988Z workers [9eodd] Test executed: should validate required field\n',
    '2020-03-31T14:27:56.111Z workers [8p2ul] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:56.111Z workers [8p2ul] Test executed: should render without error\n',
    '2020-03-31T14:27:56.111Z workers [8p2ul] Test executed: should render mailing namespace and labels\n',
    '2020-03-31T14:27:56.112Z workers [8p2ul] Test executed: should render required labels\n',
    '2020-03-31T14:27:56.112Z workers [8p2ul] Test executed: should render autoComplete types\n',
    '2020-03-31T14:27:56.112Z workers [8p2ul] Test executed: should submit values without error\n',
    '2020-03-31T14:27:56.113Z workers [8p2ul] Test executed: initialValues returns an object\n',
    '2020-03-31T14:27:56.126Z workers [8p2ul] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:56.126Z workers [8p2ul] Test executed: should render without error\n',
    '2020-03-31T14:27:56.127Z workers [8p2ul] Test executed: should render a button\n',
    '2020-03-31T14:27:56.127Z workers [8p2ul] Test executed: should let users log out\n',
    '2020-03-31T14:27:56.130Z workers [8p2ul] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:56.130Z workers [8p2ul] Test executed: should render without error\n',
    '2020-03-31T14:27:56.130Z workers [8p2ul] Test executed: should switch to fake button when errors are present\n',
    '2020-03-31T14:27:56.133Z workers [8p2ul] Loaded unknown number of test(s)\n',
    '2020-03-31T14:27:56.133Z workers [8p2ul] Test executed: fieldTypes should be an object\n',
    '2020-03-31T14:27:56.133Z workers [8p2ul] Test executed: initialValue should return correct values\n',
    '2020-03-31T14:27:56.134Z workers [8p2ul] Test executed: getInitialValue should return data object\n',
    '2020-03-31T14:27:56.134Z workers [8p2ul] Test executed: getInitialValue should return data object\n',
    '2020-03-31T14:27:56.147Z workers [8p2ul] Run 15 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:27:56.148Z workers [8p2ul] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:00.087Z workers [9eodd] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:00.088Z workers [9eodd] Test executed: should render without error\n',
    '2020-03-31T14:28:00.088Z workers [9eodd] Test executed: should have default initial values\n',
    '2020-03-31T14:28:00.088Z workers [9eodd] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:00.089Z workers [9eodd] Test executed: should render validation messags for invalid values\n',
    '2020-03-31T14:28:00.089Z workers [9eodd] Test executed: should clear sales proceeds bank options when changed to other\n',
    '2020-03-31T14:28:00.090Z workers [9eodd] Test executed: should clear dividends interest bank options when changed to other\n',
    '2020-03-31T14:28:00.090Z workers [9eodd] Test executed: should submit with mail options\n',
    '2020-03-31T14:28:00.090Z workers [9eodd] Test executed: should accept manual input\n',
    '2020-03-31T14:28:00.093Z workers [9eodd] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:00.093Z workers [9eodd] Test executed: should render without error\n',
    '2020-03-31T14:28:00.093Z workers [9eodd] Test executed: should show helper text\n',
    '2020-03-31T14:28:00.093Z workers [9eodd] Test executed: should show error helper text\n',
    '2020-03-31T14:28:00.094Z workers [9eodd] Test executed: should submit correct values\n',
    '2020-03-31T14:28:00.107Z workers [9eodd] Run 16 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:00.108Z workers [9eodd] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:00.894Z workers [1ofry] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:00.895Z workers [1ofry] Test executed: should render without error\n',
    '2020-03-31T14:28:00.895Z workers [1ofry] Test executed: should have default initial values\n',
    '2020-03-31T14:28:00.896Z workers [1ofry] Test executed: should work with custom resolvers\n',
    '2020-03-31T14:28:00.896Z workers [1ofry] Test executed: should accept manual input\n',
    '2020-03-31T14:28:00.898Z workers [1ofry] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:00.899Z workers [1ofry] Test executed: should render without error\n',
    '2020-03-31T14:28:00.899Z workers [1ofry] Test executed: should show helper text\n',
    '2020-03-31T14:28:00.899Z workers [1ofry] Test executed: should show error helper text\n',
    '2020-03-31T14:28:00.899Z workers [1ofry] Test executed: should show wrong value message\n',
    '2020-03-31T14:28:00.900Z workers [1ofry] Test executed: should submit correct values\n',
    '2020-03-31T14:28:00.903Z workers [1ofry] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:00.903Z workers [1ofry] Test executed: should render without error\n',
    '2020-03-31T14:28:00.903Z workers [1ofry] Test executed: should add and remove the second phone input\n',
    '2020-03-31T14:28:00.904Z workers [1ofry] Test executed: should namespace the form state\n',
    '2020-03-31T14:28:00.904Z workers [1ofry] Test executed: should submit correct values\n',
    '2020-03-31T14:28:00.907Z workers [1ofry] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:00.907Z workers [1ofry] Test executed: should render without error\n',
    '2020-03-31T14:28:00.925Z workers [1ofry] Run 14 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:00.926Z workers [1ofry] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:01.062Z workers [1b33n] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:01.063Z workers [1b33n] Test executed: should render without error\n',
    '2020-03-31T14:28:01.065Z workers [1b33n] Test executed: should accept a file drop\n',
    '2020-03-31T14:28:01.082Z workers [1b33n] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:01.082Z workers [1b33n] Test executed: should render without error\n',
    '2020-03-31T14:28:01.083Z workers [1b33n] Test executed: should validate required fields\n',
    '2020-03-31T14:28:01.083Z workers [1b33n] Test executed: should submit values without error\n',
    '2020-03-31T14:28:01.121Z workers [1b33n] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:01.121Z workers [1b33n] Test executed: should render without error\n',
    '2020-03-31T14:28:01.121Z workers [1b33n] Test executed: should have default initial values\n',
    '2020-03-31T14:28:01.121Z workers [1b33n] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:01.125Z workers [1b33n] Test executed: should display validation messages for required fields\n',
    '2020-03-31T14:28:01.125Z workers [1b33n] Test executed: should accept manual input\n',
    '2020-03-31T14:28:01.141Z workers [1b33n] Run 10 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:01.142Z workers [1b33n] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:01.310Z workers [dsorf] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:01.311Z workers [dsorf] Test executed: should render without error\n',
    '2020-03-31T14:28:01.311Z workers [dsorf] Test executed: should have default initial values\n',
    '2020-03-31T14:28:01.311Z workers [dsorf] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:01.312Z workers [dsorf] Test executed: should accept manual input\n',
    '2020-03-31T14:28:01.312Z workers [dsorf] Test executed: should work with custom resolvers\n',
    '2020-03-31T14:28:01.315Z workers [dsorf] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:01.315Z workers [dsorf] Test executed: should render and match snapshot\n',
    '2020-03-31T14:28:01.341Z workers [dsorf] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:01.341Z workers [dsorf] Test executed: should render without error\n',
    '2020-03-31T14:28:01.342Z workers [dsorf] Test executed: should have default initial values\n',
    '2020-03-31T14:28:01.343Z workers [dsorf] Test executed: should submit without input\n',
    '2020-03-31T14:28:01.344Z workers [dsorf] Test executed: should accept manual input\n',
    '2020-03-31T14:28:01.379Z workers [dsorf] Run 10 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:01.380Z workers [dsorf] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:02.232Z workers [hau7d] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:02.232Z workers [hau7d] Test executed: should render without error\n',
    '2020-03-31T14:28:02.233Z workers [hau7d] Test executed: should display default initial values\n',
    '2020-03-31T14:28:02.235Z workers [hau7d] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:02.235Z workers [hau7d] Test executed: should display validation messages for required fields\n',
    '2020-03-31T14:28:02.236Z workers [hau7d] Test executed: should display validation messages for max investment amount\n',
    '2020-03-31T14:28:02.236Z workers [hau7d] Test executed: should accept manual input\n',
    '2020-03-31T14:28:02.257Z workers [hau7d] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:02.257Z workers [hau7d] Test executed: should render without error\n',
    '2020-03-31T14:28:02.258Z workers [hau7d] Test executed: should have default initial values\n',
    '2020-03-31T14:28:02.258Z workers [hau7d] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:02.258Z workers [hau7d] Test executed: should render validation for required fields\n',
    '2020-03-31T14:28:02.258Z workers [hau7d] Test executed: should render validation messages for invalid values\n',
    '2020-03-31T14:28:02.259Z workers [hau7d] Test executed: should submit without error\n',
    '2020-03-31T14:28:02.273Z workers [hau7d] Run 14 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:02.274Z workers [hau7d] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:02.459Z workers [zp5v4] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:02.637Z workers [zp5v4] Test executed: should render without error\n',
    '2020-03-31T14:28:02.829Z workers [uf3zm] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:02.879Z workers [uf3zm] Test executed: should render without error\n',
    '2020-03-31T14:28:02.886Z workers [uf3zm] Test executed: should submit correct values\n',
    '2020-03-31T14:28:02.906Z workers [uf3zm] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:02.906Z workers [uf3zm] Test executed: should render without error\n',
    '2020-03-31T14:28:02.907Z workers [uf3zm] Test executed: should have default initial values\n',
    '2020-03-31T14:28:02.907Z workers [uf3zm] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:02.908Z workers [uf3zm] Test executed: should display validation messages for required fields\n',
    '2020-03-31T14:28:02.908Z workers [uf3zm] Test executed: should accept manual input\n',
    '2020-03-31T14:28:02.910Z workers [uf3zm] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:02.911Z workers [uf3zm] Test executed: should render without error\n',
    '2020-03-31T14:28:02.911Z workers [uf3zm] Test executed: should render multiple values\n',
    '2020-03-31T14:28:02.911Z workers [uf3zm] Test executed: should render native multiple values\n',
    '2020-03-31T14:28:02.925Z workers [uf3zm] Run 10 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:02.926Z workers [uf3zm] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:03.248Z workers [zp5v4] Test executed: should submit without input\n',
    '2020-03-31T14:28:03.439Z workers [zp5v4] Test executed: should have initial default values\n',
    '2020-03-31T14:28:03.441Z workers [zp5v4] Test executed: should accept manual input\n',
    '2020-03-31T14:28:06.273Z workers [6wl12] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:06.273Z workers [6wl12] Test executed: should render without error\n',
    '2020-03-31T14:28:06.274Z workers [6wl12] Test executed: should have default initial values\n',
    '2020-03-31T14:28:06.274Z workers [6wl12] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:06.274Z workers [6wl12] Test executed: should display validation messages for required fields\n',
    '2020-03-31T14:28:06.274Z workers [6wl12] Test executed: should accept manual input\n',
    '2020-03-31T14:28:06.284Z workers [6wl12] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:06.284Z workers [6wl12] Test executed: should render without error\n',
    '2020-03-31T14:28:06.286Z workers [6wl12] Test executed: should display initial investment types\n',
    '2020-03-31T14:28:06.288Z workers [6wl12] Test executed: should display actionable buttons for experience\n',
    '2020-03-31T14:28:06.288Z workers [6wl12] Test executed: should have default initial values\n',
    '2020-03-31T14:28:06.288Z workers [6wl12] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:06.289Z workers [6wl12] Test executed: should render required validation messages\n',
    '2020-03-31T14:28:06.289Z workers [6wl12] Test executed: should accept manual input\n',
    '2020-03-31T14:28:06.289Z workers [6wl12] Test executed: should remove a property from an object\n',
    '2020-03-31T14:28:06.289Z workers [6wl12] Test executed: should convert obj[] to object\n',
    '2020-03-31T14:28:06.299Z workers [6wl12] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:06.299Z workers [6wl12] Test executed: should render without error\n',
    '2020-03-31T14:28:06.299Z workers [6wl12] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:06.299Z workers [6wl12] Test executed: should render validation for required fields\n',
    '2020-03-31T14:28:06.299Z workers [6wl12] Test executed: should submit without error\n',
    '2020-03-31T14:28:06.307Z workers [6wl12] Run 18 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:06.308Z workers [6wl12] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:08.231Z workers [zp5v4] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:08.232Z workers [zp5v4] Test executed: should render without error\n',
    '2020-03-31T14:28:08.232Z workers [zp5v4] Test executed: should have default values\n',
    '2020-03-31T14:28:08.232Z workers [zp5v4] Test executed: fields should display correct text\n',
    '2020-03-31T14:28:08.232Z workers [zp5v4] Test executed: should render validation adornments\n',
    '2020-03-31T14:28:08.233Z workers [zp5v4] Test executed: should render validation messages\n',
    '2020-03-31T14:28:08.233Z workers [zp5v4] Test executed: should accept manual input\n',
    '2020-03-31T14:28:08.250Z workers [zp5v4] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:08.250Z workers [zp5v4] Test executed: should render without error\n',
    '2020-03-31T14:28:08.251Z workers [zp5v4] Test executed: should render optional field labels\n',
    '2020-03-31T14:28:08.251Z workers [zp5v4] Test executed: should render required labels\n',
    '2020-03-31T14:28:08.251Z workers [zp5v4] Test executed: should render autoComplete types\n',
    '2020-03-31T14:28:08.251Z workers [zp5v4] Test executed: should submit values without error\n',
    '2020-03-31T14:28:08.252Z workers [zp5v4] Test executed: initialValues returns an object\n',
    '2020-03-31T14:28:08.261Z workers [zp5v4] Loaded unknown number of test(s)\n',
    '2020-03-31T14:28:08.262Z workers [zp5v4] Test executed: should render without error\n',
    '2020-03-31T14:28:08.271Z workers [zp5v4] Run 17 test(s), skipped 0 test(s)\n',
    '2020-03-31T14:28:08.272Z workers [zp5v4] Sandbox is responsive, closing it\n',
    '2020-03-31T14:28:08.273Z workers Merging parallel test run results\n',
    '2020-03-31T14:28:08.282Z project Test run finished\n',
    '2020-03-31T14:28:08.283Z project Processed console.log entries\n',
    '2020-03-31T14:28:08.283Z project Processed loading sequences\n',
    '2020-03-31T14:28:08.284Z project Test name duplicate: getInitialValue should return data object\n',
    '2020-03-31T14:28:08.285Z project Processed executed tests\n',
    '2020-03-31T14:28:08.307Z project Processed code coverage\n',
    '2020-03-31T14:28:08.443Z project Test run result processed and sent to IDE\n',
    '2020-03-31T14:28:08.443Z uiService Outgoing message ui:summary\n',
    '2020-03-31T14:28:08.447Z uiService Outgoing message ui:tests:allResultsUpdated\n',
    '2020-03-31T14:28:08.449Z uiService Outgoing message ui:coverageChanged\n'
  ]
}
alecmce commented 4 years ago

Yep, same for me. 1.0.186 works fine, 1.0.187 is hosed.

GalHalupSeaLights commented 4 years ago

Same for me, stopped working today after updating to 1.0.187.

AndrewCutler commented 4 years ago

Same here. Opening the Developer Tools Console shows:

Activating extension 'WallabyJs.wallaby-vscode' failed: regeneratorRuntime is not defined.

NikGovorov commented 4 years ago

Thanks for reporting the issue, version 1.0.188 fixes it.

stephenway commented 4 years ago

@NikGovorov Thanks for the speedy turnaround!