Skip to content

Instantly share code, notes, and snippets.

@felikf
Created July 17, 2020 08:59
Show Gist options
  • Save felikf/f4e9e3c62bd0027f0959974050893512 to your computer and use it in GitHub Desktop.
Save felikf/f4e9e3c62bd0027f0959974050893512 to your computer and use it in GitHub Desktop.
Wallaby Diagnostic report
> You can't comment at this time — your comment is too long (maximum is 65536 characters).
```
{
editorVersion: 'WebStorm 2020.1.3',
pluginVersion: '1.0.184',
editorType: 'IntelliJ',
osVersion: 'win32 10.0.18363',
nodeVersion: 'v12.11.0',
coreVersion: '1.0.926',
config: {
diagnostics: {
angular: {
workspace: {
'$schema': './node_modules/@angular/cli/lib/config/schema.json',
version: 1,
newProjectRoot: 'projects',
projects: {
dash: {
root: '',
sourceRoot: 'src',
projectType: 'application',
prefix: 'dbs',
schematics: {},
architect: {
build: {
builder: '@angular-devkit/build-angular:browser',
options: {
aot: true,
outputPath: 'dist/dash',
index: 'src/index.html',
main: 'src/main.ts',
polyfills: 'src/polyfills.ts',
tsConfig: 'src/tsconfig.app.json',
assets: [ 'src/assets', 'src/favicon.ico', 'src/configuration', 'src/wrapper.html', 'src/wrapper.ico', 'src/version.json' ],
styles: [ 'src/assets/fonts/Roboto/roboto.css', 'src/assets/fonts/MaterialIcons/font.css', 'src/styles.scss' ],
stylePreprocessorOptions: { includePaths: [ 'src/assets/styles' ] },
scripts: []
},
configurations: {
production: {
budgets: [ { type: 'anyComponentStyle', maximumWarning: '6kb' } ],
fileReplacements: [ { replace: 'src/environments/environment.ts', with: 'src/environments/environment.release.ts' } ],
optimization: true,
outputHashing: 'all',
sourceMap: false,
extractCss: true,
namedChunks: false,
aot: true,
extractLicenses: true,
vendorChunk: false,
buildOptimizer: true
},
deva: {
budgets: [ { type: 'anyComponentStyle', maximumWarning: '6kb' } ],
fileReplacements: [ { replace: 'src/environments/environment.ts', with: 'src/environments/environment.deva.ts' } ],
optimization: false,
outputHashing: 'all',
sourceMap: true,
extractCss: true,
namedChunks: false,
aot: true,
extractLicenses: false,
vendorChunk: false,
buildOptimizer: false
},
devb: {
budgets: [ { type: 'anyComponentStyle', maximumWarning: '6kb' } ],
fileReplacements: [ { replace: 'src/environments/environment.ts', with: 'src/environments/environment.devb.ts' } ],
optimization: false,
outputHashing: 'all',
sourceMap: false,
extractCss: true,
namedChunks: false,
aot: true,
extractLicenses: false,
vendorChunk: false,
buildOptimizer: false
},
devc: {
budgets: [ { type: 'anyComponentStyle', maximumWarning: '6kb' } ],
fileReplacements: [ { replace: 'src/environments/environment.ts', with: 'src/environments/environment.devc.ts' } ],
optimization: false,
outputHashing: 'all',
sourceMap: false,
extractCss: true,
namedChunks: false,
aot: true,
extractLicenses: false,
vendorChunk: false,
buildOptimizer: false
}
}
},
serve: {
builder: '@angular-devkit/build-angular:dev-server',
options: { browserTarget: 'dash:build', sourceMap: { scripts: true, styles: true, vendor: true } },
configurations: { production: { browserTarget: 'dash:build:production' }, deva: { browserTarget: 'dash:build:deva' }, devc: { browserTarget: 'dash:build:devc' } }
},
'extract-i18n': { builder: '@angular-devkit/build-angular:extract-i18n', options: { browserTarget: 'dash:build' } },
test: { builder: '@angular-builders/jest:run', options: { 'no-cache': false, reporters: [ 'jest-junit' ] } },
lint: { builder: '@angular-devkit/build-angular:tslint', options: { tsConfig: [ 'src/tsconfig.app.json', 'src/tsconfig.spec.json' ], exclude: [ '**/node_modules/**' ] } }
}
},
'dash-e2e': {
root: 'e2e/',
projectType: 'application',
architect: {
e2e: {
builder: '@angular-devkit/build-angular:protractor',
options: { protractorConfig: 'e2e/protractor.conf.js', devServerTarget: 'dash:serve' },
configurations: { production: { devServerTarget: 'dash:serve:production' } }
},
lint: { builder: '@angular-devkit/build-angular:tslint', options: { tsConfig: 'e2e/tsconfig.e2e.json', exclude: [ '**/node_modules/**' ] } }
}
}
},
defaultProject: 'dash',
schematics: { '@schematics/angular:component': { style: 'scss' } },
cli: { analytics: false }
}
},
jest: {
config: {
configs: [
{
automock: false,
cache: true,
cacheDirectory: 'C:\\Users\\felix\\AppData\\Local\\Temp\\1\\jest',
clearMocks: false,
coveragePathIgnorePatterns: [ '\\\\node_modules\\\\' ],
cwd: 'C:\\Users\\felix\\work\\app\\dash',
dependencyExtractor: undefined,
detectLeaks: undefined,
detectOpenHandles: undefined,
displayName: undefined,
errorOnDeprecated: false,
extraGlobals: [],
filter: undefined,
forceCoverageMatch: [],
globalSetup: undefined,
globalTeardown: undefined,
globals: {
'ts-jest': {
tsConfig: '<rootDir>/src/tsconfig.spec.json',
stringifyContentPathRegex: '\\.html$',
astTransformers: [
'jest-preset-angular/build/InlineFilesTransformer',
'jest-preset-angular/build/StripStylesTransformer',
'jest-preset-angular/build/InlineFilesTransformer',
'jest-preset-angular/build/StripStylesTransformer'
]
}
},
haste: { computeSha1: false, throwOnModuleCollision: false },
moduleDirectories: [ 'node_modules' ],
moduleFileExtensions: [ 'ts', 'html', 'js', 'json' ],
moduleLoader: undefined,
moduleNameMapper: [
[ '\\.(jpg|jpeg|png)$', 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\@angular-builders\\jest\\dist\\jest-config/mock-module.js' ],
[ '@core/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\core\\$1' ],
[ '@shared/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\modules\\shared\\$1' ],
[ '@mocks/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\modules\\mocks\\$1' ],
[ '@views/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\views\\$1' ],
[ '@app/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\$1' ],
[ '@env/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\environments\\$1' ],
[ '^src/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\$1' ],
[ '^app/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\$1' ],
[ '^assets/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\assets\\$1' ],
[ '^environments/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\environments\\$1' ]
],
modulePathIgnorePatterns: [],
modulePaths: undefined,
name: '36b449d675f5d970c5d62dadefd1e792',
prettierPath: 'prettier',
resetMocks: false,
resetModules: false,
resolver: undefined,
restoreMocks: false,
rootDir: 'C:\\Users\\felix\\work\\app\\dash',
roots: [ 'C:\\Users\\felix\\work\\app\\dash' ],
runner: 'jest-runner',
setupFiles: [],
setupFilesAfterEnv: [
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\@angular-builders\\jest\\dist\\jest-config\\setup.js',
'C:\\Users\\felix\\work\\app\\dash\\src\\setupJest.ts'
],
skipFilter: false,
skipNodeResolution: undefined,
snapshotResolver: undefined,
snapshotSerializers: [
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-preset-angular\\build\\AngularNoNgAttributesSnapshotSerializer.js',
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-preset-angular\\build\\AngularSnapshotSerializer.js',
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-preset-angular\\build\\HTMLCommentSerializer.js'
],
testEnvironment: 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-environment-jsdom\\build\\index.js',
testEnvironmentOptions: {},
testLocationInResults: false,
testMatch: [ 'C:/Users/felix/work/app/dash/**/*(*.)@(spec|test).[tj]s?(x)' ],
testPathIgnorePatterns: [ '\\\\node_modules\\\\' ],
testRegex: [],
testRunner: 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-jasmine2\\build\\index.js',
testURL: 'https://github.com/@angular-cli-builders',
timers: 'real',
transform: [ [ '^.+\\.(ts|js|html)$', 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\ts-jest\\dist\\index.js', {} ] ],
transformIgnorePatterns: [ 'node_modules\\\\(?!@ngrx|angular2-ui-switch|ng-dynamic)' ],
unmockedModulePathPatterns: undefined,
watchPathIgnorePatterns: []
}
],
globalConfig: {
bail: 0,
changedFilesWithAncestor: false,
changedSince: undefined,
collectCoverage: false,
collectCoverageFrom: [],
collectCoverageOnlyFrom: undefined,
coverageDirectory: 'C:\\Users\\felix\\work\\app\\dash\\coverage',
coverageProvider: 'babel',
coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
coverageThreshold: undefined,
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: 'C:\\Users\\felix\\work\\app\\dash',
runTestsByPath: false,
silent: undefined,
skipFilter: false,
testFailureExitCode: 1,
testNamePattern: undefined,
testPathPattern: '',
testResultsProcessor: 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-teamcity-reporter\\index.js',
testSequencer: 'C:\\Users\\felix\\work\\app\\dash\\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: [],
watchPathIgnorePatterns: [ '\\\\node_modules\\\\', '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\\\\\.cache\\\\|\\\\\\.idea\\\\|\\\\\\.vscode\\\\|\\\\\\.git\\\\|\\\\\\.gitlab\\\\' ],
testPathIgnorePatterns: [ '\\\\node_modules\\\\', '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\\\\\.cache\\\\|\\\\\\.idea\\\\|\\\\\\.vscode\\\\|\\\\\\.git\\\\|\\\\\\.gitlab\\\\' ],
testMatch: [ '**/*(*.)@(spec|test).[tj]s?(x)' ],
testRegex: []
}
}
}
},
testFramework: { version: 'jest@24.8.0', configurator: 'jest@24.8.0', reporter: 'jest@24.8.0', starter: 'jest@24.8.0', autoDetected: true },
filesWithCoverageCalculated: [],
globalSetup: false,
micromatch: true,
customJestConfig: {
configs: [
{
automock: false,
cache: true,
cacheDirectory: 'C:\\Users\\felix\\AppData\\Local\\Temp\\1\\jest',
clearMocks: false,
coveragePathIgnorePatterns: [ '\\\\node_modules\\\\' ],
cwd: 'C:\\Users\\felix\\work\\app\\dash',
dependencyExtractor: undefined,
detectLeaks: undefined,
detectOpenHandles: undefined,
displayName: undefined,
errorOnDeprecated: false,
extraGlobals: [],
filter: undefined,
forceCoverageMatch: [],
globalSetup: undefined,
globalTeardown: undefined,
globals: {
'ts-jest': {
tsConfig: '<rootDir>/src/tsconfig.spec.json',
stringifyContentPathRegex: '\\.html$',
astTransformers: [
'jest-preset-angular/build/InlineFilesTransformer',
'jest-preset-angular/build/StripStylesTransformer',
'jest-preset-angular/build/InlineFilesTransformer',
'jest-preset-angular/build/StripStylesTransformer'
]
}
},
haste: { computeSha1: false, throwOnModuleCollision: false },
moduleDirectories: [ 'node_modules' ],
moduleFileExtensions: [ 'ts', 'html', 'js', 'json' ],
moduleLoader: undefined,
moduleNameMapper: [
[ '\\.(jpg|jpeg|png)$', 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\@angular-builders\\jest\\dist\\jest-config/mock-module.js' ],
[ '@core/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\core\\$1' ],
[ '@shared/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\modules\\shared\\$1' ],
[ '@mocks/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\modules\\mocks\\$1' ],
[ '@views/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\views\\$1' ],
[ '@app/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\$1' ],
[ '@env/(.*)', 'C:\\Users\\felix\\work\\app\\dash\\src\\environments\\$1' ],
[ '^src/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\$1' ],
[ '^app/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\app\\$1' ],
[ '^assets/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\assets\\$1' ],
[ '^environments/(.*)$', 'C:\\Users\\felix\\work\\app\\dash\\src\\environments\\$1' ]
],
modulePathIgnorePatterns: [],
modulePaths: undefined,
name: '36b449d675f5d970c5d62dadefd1e792',
prettierPath: 'prettier',
resetMocks: false,
resetModules: false,
resolver: undefined,
restoreMocks: false,
rootDir: 'C:\\Users\\felix\\work\\app\\dash',
roots: [ 'C:\\Users\\felix\\work\\app\\dash' ],
runner: 'jest-runner',
setupFiles: [],
setupFilesAfterEnv: [
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\@angular-builders\\jest\\dist\\jest-config\\setup.js',
'C:\\Users\\felix\\work\\app\\dash\\src\\setupJest.ts'
],
skipFilter: false,
skipNodeResolution: undefined,
snapshotResolver: undefined,
snapshotSerializers: [
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-preset-angular\\build\\AngularNoNgAttributesSnapshotSerializer.js',
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-preset-angular\\build\\AngularSnapshotSerializer.js',
'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-preset-angular\\build\\HTMLCommentSerializer.js'
],
testEnvironment: 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-environment-jsdom\\build\\index.js',
testEnvironmentOptions: {},
testLocationInResults: false,
testMatch: [ 'C:/Users/felix/work/app/dash/**/*(*.)@(spec|test).[tj]s?(x)' ],
testPathIgnorePatterns: [ '\\\\node_modules\\\\' ],
testRegex: [],
testRunner: 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-jasmine2\\build\\index.js',
testURL: 'https://github.com/@angular-cli-builders',
timers: 'real',
transform: [ [ '^.+\\.(ts|js|html)$', 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\ts-jest\\dist\\index.js', {} ] ],
transformIgnorePatterns: [ 'node_modules\\\\(?!@ngrx|angular2-ui-switch|ng-dynamic)' ],
unmockedModulePathPatterns: undefined,
watchPathIgnorePatterns: []
}
],
globalConfig: {
bail: 0,
changedFilesWithAncestor: false,
changedSince: undefined,
collectCoverage: false,
collectCoverageFrom: [],
collectCoverageOnlyFrom: undefined,
coverageDirectory: 'C:\\Users\\felix\\work\\app\\dash\\coverage',
coverageProvider: 'babel',
coverageReporters: [ 'json', 'text', 'lcov', 'clover' ],
coverageThreshold: undefined,
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: 'C:\\Users\\felix\\work\\app\\dash',
runTestsByPath: false,
silent: undefined,
skipFilter: false,
testFailureExitCode: 1,
testNamePattern: undefined,
testPathPattern: '',
testResultsProcessor: 'C:\\Users\\felix\\work\\app\\dash\\node_modules\\jest-teamcity-reporter\\index.js',
testSequencer: 'C:\\Users\\felix\\work\\app\\dash\\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: [],
watchPathIgnorePatterns: [ '\\\\node_modules\\\\', '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\\\\\.cache\\\\|\\\\\\.idea\\\\|\\\\\\.vscode\\\\|\\\\\\.git\\\\|\\\\\\.gitlab\\\\' ],
testPathIgnorePatterns: [ '\\\\node_modules\\\\', '\\.\\\\dist\\\\|\\.\\\\build\\\\|\\.\\\\coverage\\\\|\\\\\\.cache\\\\|\\\\\\.idea\\\\|\\\\\\.vscode\\\\|\\\\\\.git\\\\|\\\\\\.gitlab\\\\' ],
testMatch: [ '**/*(*.)@(spec|test).[tj]s?(x)' ],
testRegex: []
}
},
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: '**/**', ignore: false, trigger: true, load: true, order: 1 },
{ pattern: '**/*(*.)@(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\\\\|\\\\\\.cache\\\\|\\\\\\.idea\\\\|\\\\\\.vscode\\\\|\\\\\\.git\\\\|\\\\\\.gitlab\\\\',
regexp: /\.\\dist\\|\.\\build\\|\.\\coverage\\|\\\.cache\\|\\\.idea\\|\\\.vscode\\|\\\.git\\|\\\.gitlab\\/,
ignore: true,
trigger: true,
load: true,
test: true
},
{ pattern: '**/*(*.)@(spec|test).[tj]s?(x)', ignore: false, trigger: true, load: true, test: true, order: 2 }
],
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: 'C:\\Users\\felix\\App\\nodejs\\node.exe', viewportSize: { width: 800, height: 600 }, options: { width: 800, height: 600 }, bundle: true },
reportUnhandledPromises: true,
slowTestThreshold: 75,
lowCoverageThreshold: 80,
loose: true,
configCode: 'auto.detect#941773187'
},
packageJSON: {
dependencies: {
'@angular/animations': '9.1.2',
'@angular/cdk': '9.2.1',
'@angular/common': '9.1.2',
'@angular/compiler': '9.1.2',
'@angular/core': '9.1.2',
'@angular/flex-layout': '9.0.0-beta.29',
'@angular/forms': '9.1.2',
'@angular/material': '9.2.1',
'@angular/material-moment-adapter': '9.2.1',
'@angular/platform-browser': '9.1.2',
'@angular/platform-browser-dynamic': '9.1.2',
'@angular/router': '9.1.2',
'@csngx/core': '8.0.5',
'@ngrx/effects': '9.1.0',
'@ngrx/router-store': '9.1.0',
'@ngrx/store': '9.1.0',
'@ngrx/store-devtools': '9.1.0',
'@ngx-translate/core': '11.0.1',
'@ngx-translate/http-loader': '4.0.0',
'core-js': '3.2.1',
'error-stack-parser': '2.0.6',
lodash: '4.17.15',
moment: '2.24.0',
'ngx-take-until-destroy': '5.4.0',
rxjs: '6.5.4',
'ts-md5': '1.2.7',
tslib: '^1.10.0',
'zone.js': '~0.10.2'
},
devDependencies: {
'@angular-builders/jest': '9.0.1',
'@angular-devkit/build-angular': '~0.901.1',
'@angular/cli': '9.1.1',
'@angular/compiler-cli': '9.1.2',
'@angular/language-service': '9.1.2',
'@fortawesome/fontawesome-free': '^5.13.0',
'@ngrx/schematics': '9.1.0',
'@types/jest': '26.0.4',
'@types/lodash': '4.14.149',
'@types/node': '^12.11.1',
'browser-sync': '2.26.7',
codelyzer: '^5.1.2',
'commit-message-validator': '^0.1.11',
husky: '^4.2.3',
'istanbul-reports': '2.2.7',
jest: '26.1.0',
'jest-cli': '25.5.4',
'jasmine-marbles': '0.4.1',
'jest-preset-angular': '8.2.1',
'jest-sonar-reporter': '2.0.0',
'jest-teamcity-reporter': '0.9.0',
'json-loader': '0.5.7',
'ngx-wallaby-jest': '0.0.2',
prettier: '1.18.2',
protractor: '5.4.1',
'rxjs-tslint-rules': '4.25.0',
'ts-node': '7.0.1',
tslint: '5.19.0',
'tslint-eslint-rules': '5.4.0',
'tslint-microsoft-contrib': '6.1.1',
'tslint-teamcity-reporter': '3.2.2',
typescript: '3.8.3',
'wallaby-webpack': '3.9.15'
}
},
fs: { numberOfFiles: 2020 },
debug: [
'2020-07-17T07:23:40.210Z angular/cli config Detected Angular CLI.\n',
'2020-07-17T07:23:45.278Z jest/config Detected Jest.\n',
'2020-07-17T07:23:45.279Z jest/config Configured Jest.\n',
'2020-07-17T07:23:45.281Z project Wallaby Node version: v12.11.0\n',
'2020-07-17T07:23:45.281Z project Wallaby config: C:\\Users\\felix\\work\\app\\dash\\auto.detect\n',
'2020-07-17T07:23:49.891Z project File cache: C:\\Users\\felix\\AppData\\Local\\JetBrains\\WebStorm2020.1\\wallaby\\projects\\cdeeb719b91f8a51\n',
'2020-07-17T07:23:49.965Z uiService Listening port 51235\n',
'2020-07-17T07:23:50.114Z workers Parallelism for initial run: 6, for regular run: 3\n',
'2020-07-17T07:23:50.114Z workers Starting run worker instance #0\n',
'2020-07-17T07:23:50.114Z workers Starting run worker instance #1\n',
'2020-07-17T07:23:50.115Z workers Starting run worker instance #2\n',
'2020-07-17T07:23:50.115Z workers Starting run worker instance #3\n',
'2020-07-17T07:23:50.115Z workers Starting run worker instance #4\n',
'2020-07-17T07:23:50.115Z workers Starting run worker instance #5\n',
'2020-07-17T07:23:50.124Z workers Web server is listening at 56020\n',
'2020-07-17T07:23:50.335Z project File cache requires some updates, waiting required files from IDE\n',
'2020-07-17T07:23:50.386Z project Stopping process pool\n',
'2020-07-17T07:23:50.398Z project Test run started; run priority: 3\n',
'2020-07-17T07:23:50.412Z project Running all tests\n',
'2020-07-17T07:23:50.472Z workers Starting test run, priority: 3\n',
'2020-07-17T07:23:50.472Z workers Distributing tests between 6 workers\n',
'2020-07-17T07:23:50.490Z workers Running tests in parallel\n',
'2020-07-17T07:23:50.491Z nodeRunner Starting sandbox [worker #0, session #belkk]\n',
'2020-07-17T07:23:50.491Z nodeRunner Starting sandbox [worker #1, session #3mcl2]\n',
'2020-07-17T07:23:50.491Z nodeRunner Starting sandbox [worker #2, session #zsqwc]\n',
'2020-07-17T07:23:50.491Z nodeRunner Starting sandbox [worker #3, session #bbm55]\n',
'2020-07-17T07:23:50.491Z nodeRunner Starting sandbox [worker #4, session #yyk2q]\n',
'2020-07-17T07:23:50.491Z nodeRunner Starting sandbox [worker #5, session #dqj40]\n',
'2020-07-17T07:23:50.492Z nodeRunner Preparing sandbox [worker #0, session #belkk]\n',
'2020-07-17T07:23:50.492Z nodeRunner Preparing sandbox [worker #1, session #3mcl2]\n',
'2020-07-17T07:23:50.492Z nodeRunner Preparing sandbox [worker #2, session #zsqwc]\n',
'2020-07-17T07:23:50.492Z nodeRunner Preparing sandbox [worker #3, session #bbm55]\n',
'2020-07-17T07:23:50.492Z nodeRunner Preparing sandbox [worker #4, session #yyk2q]\n',
'2020-07-17T07:23:50.492Z nodeRunner Preparing sandbox [worker #5, session #dqj40]\n',
'2020-07-17T07:23:50.715Z workers Started run worker instance (delayed) #0\n',
'2020-07-17T07:23:50.716Z nodeRunner Prepared sandbox [worker #0, session #belkk]\n',
'2020-07-17T07:23:50.716Z workers [worker #0, session #belkk] Running tests in sandbox\n',
'2020-07-17T07:23:50.731Z workers Started run worker instance (delayed) #2\n',
'2020-07-17T07:23:50.731Z nodeRunner Prepared sandbox [worker #2, session #zsqwc]\n',
'2020-07-17T07:23:50.731Z workers [worker #2, session #zsqwc] Running tests in sandbox\n',
'2020-07-17T07:23:50.748Z workers Started run worker instance (delayed) #1\n',
'2020-07-17T07:23:50.749Z nodeRunner Prepared sandbox [worker #1, session #3mcl2]\n',
'2020-07-17T07:23:50.749Z workers [worker #1, session #3mcl2] Running tests in sandbox\n',
'2020-07-17T07:23:50.757Z workers Started run worker instance (delayed) #3\n',
'2020-07-17T07:23:50.757Z nodeRunner Prepared sandbox [worker #3, session #bbm55]\n',
'2020-07-17T07:23:50.757Z workers [worker #3, session #bbm55] Running tests in sandbox\n',
'2020-07-17T07:23:50.820Z workers Started run worker instance (delayed) #5\n',
'2020-07-17T07:23:50.820Z nodeRunner Prepared sandbox [worker #5, session #dqj40]\n',
'2020-07-17T07:23:50.820Z workers [worker #5, session #dqj40] Running tests in sandbox\n',
'2020-07-17T07:23:50.841Z workers Started run worker instance (delayed) #4\n',
'2020-07-17T07:23:50.842Z nodeRunner Prepared sandbox [worker #4, session #yyk2q]\n',
'2020-07-17T07:23:50.842Z workers [worker #4, session #yyk2q] Running tests in sandbox\n',
'2020-07-17T07:24:19.347Z workers [bbm55] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:19.370Z workers [bbm55] Test executed: should create\n',
'2020-07-17T07:24:19.805Z workers [3mcl2] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:19.806Z workers [3mcl2] Test executed: should create\n',
'2020-07-17T07:24:19.837Z workers [3mcl2] Test executed: #logoClick should call reload\n',
'2020-07-17T07:24:19.837Z workers [3mcl2] Test executed: should not hideMenu by default\n',
'2020-07-17T07:24:19.858Z workers [3mcl2] Test executed: should hideMenu if menu is not available\n',
'2020-07-17T07:24:19.884Z workers [3mcl2] Test executed: should hideMenu if passed as component parameter\n',
'2020-07-17T07:24:19.905Z workers [3mcl2] Test executed: should not hideMenu if passed as deeplink parameter\n',
'2020-07-17T07:24:19.905Z workers [3mcl2] Test executed: should hideMenu if passed as deeplink parameter\n',
'2020-07-17T07:24:19.947Z workers [3mcl2] Test executed: should showHeader by if not passed as deeplink parameter\n',
'2020-07-17T07:24:19.979Z workers [3mcl2] Test executed: should showHeader if passed as deeplink parameter\n',
'2020-07-17T07:24:20.396Z workers [dqj40] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:20.429Z workers [dqj40] Test executed: should create\n',
'2020-07-17T07:24:20.571Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:20.571Z extended-core New document or complex document change\n',
'2020-07-17T07:24:20.571Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:20.816Z fs File changed: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:20.871Z fs No changes detected for src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:20.871Z extended-core File was not changed, but file markers may need to be synced\n',
'2020-07-17T07:24:21.104Z workers [belkk] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:21.160Z workers [belkk] Test executed: should create the app\n',
'2020-07-17T07:24:22.566Z workers [dqj40] Test executed: outside click should close list\n',
'2020-07-17T07:24:22.650Z workers [dqj40] Test executed: button toggle main button\n',
'2020-07-17T07:24:22.863Z workers [dqj40] Test executed: should prepare links\n',
'2020-07-17T07:24:22.906Z workers [zsqwc] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:24.048Z workers [bbm55] Test executed: should display product info top line\n',
'2020-07-17T07:24:24.057Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:24.060Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:24.859Z workers [3mcl2] Test executed: should not showHeader if passed as deeplink parameter\n',
'2020-07-17T07:24:24.892Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:24.893Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:25.001Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:25.002Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:25.058Z workers [zsqwc] Test executed: should create\n',
'2020-07-17T07:24:25.070Z workers [zsqwc] Test executed: #menu item click should change the state\n',
'2020-07-17T07:24:25.077Z workers [zsqwc] Test executed: #same page menu click should reload\n',
'2020-07-17T07:24:25.189Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:25.189Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:25.519Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:25.520Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:25.623Z workers [yyk2q] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:26.544Z workers [3mcl2] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:26.555Z workers [3mcl2] Test executed: should create\n',
'2020-07-17T07:24:27.635Z workers [yyk2q] Test executed: should create\n',
'2020-07-17T07:24:27.644Z workers [bbm55] Test executed: should display product info bottom line\n',
'2020-07-17T07:24:28.032Z workers [dqj40] Test executed: should open active action link\n',
'2020-07-17T07:24:28.614Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:28.614Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:28.794Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:28.794Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:29.004Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:29.004Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:29.124Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:29.124Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:29.333Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:29.333Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:29.627Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:29.628Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:29.768Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:29.769Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:29.877Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:29.877Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:30.021Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:30.021Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:30.325Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:30.325Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:30.484Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:30.484Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:30.692Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:30.692Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:31.013Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:31.013Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:31.173Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:31.173Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:31.317Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:31.317Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:31.444Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:31.444Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:31.684Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:31.684Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:32.402Z workers [belkk] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:33.026Z workers [yyk2q] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:33.043Z workers [dqj40] Test executed: should NOT open NOT active action link\n',
'2020-07-17T07:24:33.194Z workers [bbm55] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:34.825Z workers [belkk] Test executed: should subscribe\n',
'2020-07-17T07:24:36.199Z workers [zsqwc] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:36.553Z workers [yyk2q] Test executed: should be created\n',
'2020-07-17T07:24:37.172Z workers [bbm55] Test executed: should create\n',
'2020-07-17T07:24:37.539Z workers [3mcl2] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:39.350Z workers [zsqwc] Test executed: should create\n',
'2020-07-17T07:24:39.981Z workers [yyk2q] Test executed: should fetch quick links for dashboard other than DS_LOAN\n',
'2020-07-17T07:24:40.159Z workers [belkk] Test executed: should trigger open snackbar on focus\n',
'2020-07-17T07:24:40.499Z workers [3mcl2] Test executed: create an instance\n',
'2020-07-17T07:24:41.199Z workers [bbm55] Test executed: should be closed by any click\n',
'2020-07-17T07:24:42.288Z workers [belkk] Test executed: should trigger open snackbar on mouoseover\n',
'2020-07-17T07:24:42.347Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:42.347Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:42.489Z workers [yyk2q] Test executed: should complete data loading when error fr other dashboard than DS_LOAN\n',
'2020-07-17T07:24:42.565Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:42.565Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:42.610Z workers [dqj40] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:42.841Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:42.841Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:43.012Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:43.013Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:43.098Z workers [3mcl2] Test executed: should transform only name\n',
'2020-07-17T07:24:43.157Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:43.157Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:43.380Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:43.380Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:43.492Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:43.493Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:44.570Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:44.570Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:44.884Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:44.884Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:44.891Z workers [yyk2q] Test executed: should fetch prepare quick link for DS_LOAN dashboard\n',
'2020-07-17T07:24:45.044Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:45.044Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:45.269Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:45.269Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:45.376Z workers [zsqwc] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:45.377Z workers [zsqwc] Test executed: create an instance\n',
'2020-07-17T07:24:45.393Z workers [zsqwc] Test executed: should format empty client object\n',
'2020-07-17T07:24:45.446Z workers [zsqwc] Test executed: should format person\n',
'2020-07-17T07:24:45.468Z workers [dqj40] Test executed: should create\n',
'2020-07-17T07:24:45.729Z workers [3mcl2] Test executed: should transform empty value\n',
'2020-07-17T07:24:45.818Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:45.818Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:45.988Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:45.988Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:46.180Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:46.180Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:46.373Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:46.374Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:46.521Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:46.521Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:46.903Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:46.903Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:46.943Z workers [3mcl2] Test executed: should transform empty value\n',
'2020-07-17T07:24:47.045Z workers [3mcl2] Test executed: should transform codebook item with code\n',
'2020-07-17T07:24:47.085Z workers [3mcl2] Test executed: should transform codebook item with empty code\n',
'2020-07-17T07:24:47.105Z workers [3mcl2] Test executed: should transform codebook item with empty name\n',
'2020-07-17T07:24:48.391Z workers [dqj40] Test executed: #reload should call context service\n',
'2020-07-17T07:24:48.533Z workers [3mcl2] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:48.634Z workers [3mcl2] Test executed: should create\n',
'2020-07-17T07:24:48.634Z workers [3mcl2] Test executed: should return placeholder for empty object\n',
'2020-07-17T07:24:48.694Z workers [3mcl2] Test executed: should return placeholder for empty name and username\n',
'2020-07-17T07:24:48.725Z workers [zsqwc] Test executed: should format organization\n',
'2020-07-17T07:24:49.537Z workers [belkk] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:49.538Z workers [belkk] Test executed: create an instance\n',
'2020-07-17T07:24:49.588Z workers [dqj40] Test executed: #reload should call operations service reload\n',
'2020-07-17T07:24:49.589Z workers [belkk] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:50.203Z workers [yyk2q] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:50.216Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:50.216Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:50.372Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:50.372Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:50.854Z workers [bbm55] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:50.903Z workers [bbm55] Test executed: create an instance\n',
'2020-07-17T07:24:51.025Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:51.025Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:51.249Z workers [3mcl2] Test executed: should return formatted string with name and user name\n',
'2020-07-17T07:24:51.490Z workers [belkk] Test executed: create an instance\n',
'2020-07-17T07:24:51.744Z workers [belkk] Test executed: should handle empty text and search\n',
'2020-07-17T07:24:51.885Z workers [belkk] Test executed: should highlight whole search text\n',
'2020-07-17T07:24:51.956Z workers [belkk] Test executed: should highlight search within text\n',
'2020-07-17T07:24:51.956Z workers [belkk] Test executed: should highlight all occurrences of search text\n',
'2020-07-17T07:24:51.991Z workers [belkk] Test executed: should highlight text with diacritics and search text with diacritics\n',
'2020-07-17T07:24:53.027Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:53.027Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:53.041Z workers [3mcl2] Test executed: should return formatted string with non empty name and empty user name\n',
'2020-07-17T07:24:53.188Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:53.188Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:53.894Z workers [belkk] Test executed: should highlight text with diacritics and search text without diacritics\n',
'2020-07-17T07:24:53.958Z workers [3mcl2] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:54.036Z workers [3mcl2] Test executed: create an instance\n',
'2020-07-17T07:24:54.060Z workers [3mcl2] Test executed: should format empty organization object\n',
'2020-07-17T07:24:54.061Z workers [3mcl2] Test executed: should format organization object\n',
'2020-07-17T07:24:54.755Z workers [zsqwc] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:54.784Z workers [zsqwc] Test executed: create an instance\n',
'2020-07-17T07:24:54.822Z workers [zsqwc] Test executed: should take financialProduct from store and transform to true for given pipe params\n',
'2020-07-17T07:24:54.823Z workers [zsqwc] Test executed: should take financialProduct from store and transform to false for given pipe params\n',
'2020-07-17T07:24:54.855Z workers [zsqwc] Test executed: should take financialProduct from store and transform to true for given pipe params\n',
'2020-07-17T07:24:54.915Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:54.915Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:54.938Z workers [zsqwc] Test executed: should take financialProduct from store and transform to false for given pipe params\n',
'2020-07-17T07:24:55.055Z workers [zsqwc] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:55.096Z workers [zsqwc] Test executed: should be created\n',
'2020-07-17T07:24:55.122Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:55.122Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:55.133Z workers [zsqwc] Test executed: should emit three times for three distinct navigations\n',
'2020-07-17T07:24:55.172Z workers [zsqwc] Test executed: should emit once for three same navigations\n',
'2020-07-17T07:24:55.217Z workers [belkk] Test executed: should highlight text without diacritics and search text with diacritics\n',
'2020-07-17T07:24:55.218Z workers [belkk] Test executed: should highlight text with diacritics and search text with diacritics with mixed case\n',
'2020-07-17T07:24:55.236Z workers [zsqwc] Test executed: should emit three times with some reloads and same path navigations\n',
'2020-07-17T07:24:55.236Z workers [zsqwc] Test executed: should not emit at all for single reload navigation\n',
'2020-07-17T07:24:55.278Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:55.278Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:55.506Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:55.506Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:55.515Z workers [3mcl2] Test executed: should format organization object without registrationNumber\n',
'2020-07-17T07:24:55.772Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:55.772Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:55.781Z workers [3mcl2] Test executed: should format organization object without registrationNumber\n',
'2020-07-17T07:24:55.881Z workers [3mcl2] Test executed: should format organization object without name\n',
'2020-07-17T07:24:55.892Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:55.893Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:56.004Z workers [bbm55] Loaded unknown number of test(s)\n',
'2020-07-17T07:24:56.069Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:56.070Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T07:24:56.179Z fs File changed in editor: src/app/modules/transactions-shared/models/transaction-history-request.ts\n',
'2020-07-17T07:24:56.180Z project Test run is not cancelled because cancel requester does not have enough priority to cancel the run\n',
'2020-07-17T08:23:39.882Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2020-07-17T08:23:39.882Z project Test run was cancelled\n',
'2020-07-17T08:23:40.343Z workers [8z9ms] Sandbox is responsive, closing it\n',
'2020-07-17T08:23:40.343Z project Test run cancelled, re-queueing run data\n',
'2020-07-17T08:23:40.343Z project Test run finished\n',
'2020-07-17T08:23:40.343Z project Test run data re-queued\n',
'2020-07-17T08:23:40.393Z project Test run started; run priority: 2\n',
'2020-07-17T08:23:40.393Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2020-07-17T08:23:40.413Z workers Starting test run, priority: 2\n',
'2020-07-17T08:23:40.414Z nodeRunner Starting sandbox [worker #0, session #l9bcd]\n',
'2020-07-17T08:23:40.414Z nodeRunner Preparing sandbox [worker #0, session #l9bcd]\n',
'2020-07-17T08:23:40.414Z nodeRunner Prepared sandbox [worker #0, session #l9bcd]\n',
'2020-07-17T08:23:40.414Z workers [worker #0, session #l9bcd] Running tests in sandbox\n',
'2020-07-17T08:23:41.324Z workers [l9bcd] Loaded unknown number of test(s)\n',
'2020-07-17T08:23:41.325Z workers [l9bcd] Test executed: should create\n',
'2020-07-17T08:23:41.333Z workers [l9bcd] Test executed: should initialize\n',
'2020-07-17T08:23:41.342Z workers [l9bcd] Test executed: #onFormUpdated should call dispatch\n',
'2020-07-17T08:23:41.351Z workers [l9bcd] Test executed: searchTransaction should handle MVTH and PTTH option\n',
'2020-07-17T08:23:41.365Z workers [l9bcd] Test executed: searchTransaction should handle VOTH option\n',
'2020-07-17T08:23:41.469Z workers [l9bcd] Run 5 test(s), skipped 0 test(s)\n',
'2020-07-17T08:23:41.470Z workers [l9bcd] Sandbox is responsive, closing it\n',
'2020-07-17T08:23:41.470Z project Test run finished\n',
'2020-07-17T08:23:41.470Z project Processed console.log entries\n',
'2020-07-17T08:23:41.470Z project Processed loading sequences\n',
'2020-07-17T08:23:41.470Z project Processed executed tests\n',
'2020-07-17T08:23:41.484Z project Processed code coverage\n',
'2020-07-17T08:23:41.499Z project Test run result processed and sent to IDE\n',
'2020-07-17T08:23:41.690Z fs File changed in editor: src/app/views/transactions/account/components/account-transactions-form/account-transactions-form.component.spec.ts\n',
'2020-07-17T08:23:41.696Z project Test run started; run priority: 2\n',
'2020-07-17T08:23:41.696Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2020-07-17T08:23:41.713Z workers Starting test run, priority: 2\n',
'2020-07-17T08:23:41.713Z nodeRunner Starting sandbox [worker #0, session #bcjf8]\n',
'2020-07-17T08:23:41.713Z nodeRunner Preparing sandbox [worker #0, session #bcjf8]\n',
'2020-07-17T08:23:41.713Z nodeRunner Prepared sandbox [worker #0, session #bcjf8]\n',
'2020-07-17T08:23:41.713Z workers [worker #0, session #bcjf8] Running tests in sandbox\n',
'2020-07-17T08:23:42.170Z fs File changed in editor: src/app/views/transactions/account/components/account-transactions-form/account-transactions-form.component.spec.ts\n',
'2020-07-17T08:23:42.170Z workers Cancelling test run, cancel requester priority: 2, current run priority: 2\n',
'2020-07-17T08:23:42.170Z project Test run was cancelled\n',
'2020-07-17T08:23:42.330Z fs File changed: src/app/views/transactions/account/components/account-transactions-form/account-transactions-form.component.spec.ts\n',
'2020-07-17T08:23:42.374Z fs No changes detected for src/app/views/transactions/account/components/account-transactions-form/account-transactions-form.component.spec.ts\n',
'2020-07-17T08:23:42.374Z extended-core File was not changed, but file markers may need to be synced\n',
'2020-07-17T08:23:42.609Z workers [bcjf8] Sandbox is responsive, closing it\n',
'2020-07-17T08:23:42.609Z project Test run cancelled, re-queueing run data\n',
'2020-07-17T08:23:42.609Z project Test run finished\n',
'2020-07-17T08:23:42.609Z project Test run data re-queued\n',
'2020-07-17T08:23:42.631Z project Test run started; run priority: 2\n',
'2020-07-17T08:23:42.631Z testTask Test files from affected: 1, from deleted or manually requested: 0, from recently changed: 0, from loaded by: 0, from failing: 0\n',
'2020-07-17T08:23:42.646Z workers Starting test run, priority: 2\n',
'2020-07-17T08:23:42.647Z nodeRunner Starting sandbox [worker #0, session #w6i5w]\n',
'2020-07-17T08:23:42.647Z nodeRunner Preparing sandbox [worker #0, session #w6i5w]\n',
'2020-07-17T08:23:42.647Z nodeRunner Prepared sandbox [worker #0, session #w6i5w]\n',
'2020-07-17T08:23:42.647Z workers [worker #0, session #w6i5w] Running tests in sandbox\n',
'2020-07-17T08:23:43.880Z workers [w6i5w] Loaded unknown number of test(s)\n',
'2020-07-17T08:23:43.881Z workers [w6i5w] Test executed: should create\n',
'2020-07-17T08:23:43.884Z workers [w6i5w] Test executed: should initialize\n',
'2020-07-17T08:23:43.893Z workers [w6i5w] Test executed: #onFormUpdated should call dispatch\n',
'2020-07-17T08:23:43.901Z workers [w6i5w] Test executed: searchTransaction should handle MVTH and PTTH option\n',
'2020-07-17T08:23:43.915Z workers [w6i5w] Test executed: searchTransaction should handle VOTH option\n',
'2020-07-17T08:23:44.023Z workers [w6i5w] Run 5 test(s), skipped 0 test(s)\n',
'2020-07-17T08:23:44.024Z workers [w6i5w] Sandbox is responsive, closing it\n',
'2020-07-17T08:23:44.024Z project Test run finished\n',
'2020-07-17T08:23:44.024Z project Processed console.log entries\n',
'2020-07-17T08:23:44.024Z project Processed loading sequences\n',
'2020-07-17T08:23:44.024Z project Processed executed tests\n',
'2020-07-17T08:23:44.053Z project Processed code coverage\n',
'2020-07-17T08:23:44.070Z project Test run result processed and sent to IDE\n'
]
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment