Skip to content

Instantly share code, notes, and snippets.

@Charuru
Created October 24, 2022 18:12
Show Gist options
  • Save Charuru/972056dae41100d3ff60e5112c6f7327 to your computer and use it in GitHub Desktop.
Save Charuru/972056dae41100d3ff60e5112c6f7327 to your computer and use it in GitHub Desktop.
karma test explorer logs
------------------------------------
Karma Test Explorer: Launching Karma
------------------------------------
[2022-10-24 18:07:39.729] [DEBUG] [KarmaConfigLoader]: Using requested karma browser: jsdom
24 10 2022 14:07:39.730:DEBUG [config]: Loading config /Users/aaa/.vscode/extensions/lucono.karma-test-explorer-0.7.5/dist/karma.conf
24 10 2022 14:07:39.745:DEBUG [karma-server]: Final config Config {
LOG_DISABLE: 'OFF',
LOG_ERROR: 'ERROR',
LOG_WARN: 'WARN',
LOG_INFO: 'INFO',
LOG_DEBUG: 'DEBUG',
frameworks: [ 'jasmine', 'sinon' ],
protocol: 'http:',
port: 9976,
listenAddress: '0.0.0.0',
hostname: 'localhost',
httpsServerConfig: {},
basePath: '/Users/aaa/.vscode/extensions',
files: [
Pattern {
pattern: '/Users/aaa/Documents/projects/projectname/unit-test/*.test.js',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 1, 0, 0, 0 ],
type: undefined,
isBinary: undefined,
integrity: undefined
},
Pattern {
pattern: '/Users/aaa/Documents/projects/projectname/test_env.js',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined,
isBinary: undefined,
integrity: undefined
},
Pattern {
pattern: '/Users/aaa/Documents/projects/projectname/dist/script.js',
served: true,
included: true,
watched: true,
nocache: false,
weight: [ 1, 0, 0, 0, 0, 0 ],
type: undefined,
isBinary: undefined,
integrity: undefined
}
],
browserConsoleLogOptions: { level: 'debug', format: '%b %T: %m', terminal: true },
customContextFile: null,
customDebugFile: null,
customClientContextFile: null,
exclude: [
'/Users/aaa/Documents/projects/projectname/karma.conf.js',
'/Users/aaa/.vscode/extensions/lucono.karma-test-explorer-0.7.5/dist/karma.conf'
],
logLevel: 'DEBUG',
colors: true,
autoWatch: true,
autoWatchBatchDelay: 250,
restartOnFileChange: false,
usePolling: false,
reporters: [ 'KarmaTestExplorerReporter' ],
singleRun: false,
browsers: [ 'jsdom' ],
captureTimeout: 90000,
pingTimeout: 86400000,
proxies: {},
proxyValidateSSL: true,
preprocessors: [Object: null prototype] {},
preprocessor_priority: {},
urlRoot: '/',
upstreamProxy: undefined,
reportSlowerThan: 0,
loggers: [
{
type: 'console',
layout: { type: 'pattern', pattern: '%[%d{DATETIME}:%p [%c]: %]%m' }
}
],
transports: [ 'polling', 'websocket' ],
forceJSONP: false,
plugins: [
'karma-*',
{
'reporter:KarmaTestExplorerReporter': [
'type',
[Function: KarmaTestExplorerReporter] {
'$inject': [ 'baseReporterDecorator', 'emitter', 'logger', 'injector' ]
}
]
}
],
client: {
args: [],
useIframe: true,
runInParent: false,
captureConsole: true,
clearContext: false,
allowedReturnUrlPatterns: [ '^https?://' ]
},
defaultClient: {
args: [],
useIframe: true,
runInParent: false,
captureConsole: true,
clearContext: false,
allowedReturnUrlPatterns: [ '^https?://' ]
},
browserDisconnectTimeout: 30000,
browserDisconnectTolerance: 0,
browserNoActivityTimeout: 86400000,
processKillTimeout: 2000,
concurrency: Infinity,
failOnEmptyTestSuite: true,
retryLimit: 3,
detached: false,
crossOriginAttribute: true,
browserSocketTimeout: 30000,
cmd: 'start',
configFile: '/Users/aaa/.vscode/extensions/lucono.karma-test-explorer-0.7.5/dist/karma.conf',
customLaunchers: undefined,
set: [Function (anonymous)]
}
24 10 2022 14:07:39.745:DEBUG [plugin]: Loading karma-* from /Users/aaa/Documents/projects/projectname/node_modules
24 10 2022 14:07:39.799:DEBUG [plugin]: Loading plugin /Users/aaa/Documents/projects/projectname/node_modules/karma-chrome-launcher.
24 10 2022 14:07:39.808:DEBUG [plugin]: Loading plugin /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine.
24 10 2022 14:07:39.809:DEBUG [plugin]: Loading plugin /Users/aaa/Documents/projects/projectname/node_modules/karma-jsdom-launcher.
24 10 2022 14:07:40.748:DEBUG [plugin]: Loading plugin /Users/aaa/Documents/projects/projectname/node_modules/karma-sinon.
24 10 2022 14:07:40.749:DEBUG [plugin]: Loading inline plugin defining reporter:KarmaTestExplorerReporter.
24 10 2022 14:07:40.762:DEBUG [web-server]: Instantiating middleware
24 10 2022 14:07:40.763:DEBUG [reporter]: Trying to load reporter: KarmaTestExplorerReporter
24 10 2022 14:07:40.766:DEBUG [reporter:KarmaTestExplorerReporter]: Using socket port from 'KarmaTestExplorer_karmaSocketPort' env variable: 9999
24 10 2022 14:07:40.766:DEBUG [reporter:KarmaTestExplorerReporter]: Using ping timeout of '86400000' and ping interval of '86400000'
24 10 2022 14:07:40.767:DEBUG [reporter]: Trying to load color-version of reporter: KarmaTestExplorerReporter (KarmaTestExplorerReporter_color)
24 10 2022 14:07:40.767:DEBUG [reporter]: Couldn't load color-version.
24 10 2022 14:07:40.959:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: file_list_modified
24 10 2022 14:07:40.960:DEBUG [karma-server]: List of files has changed, trying to execute
24 10 2022 14:07:40.960:WARN [karma]: No captured browser, open http://localhost:9976/
24 10 2022 14:07:40.989:DEBUG [watcher]: Watching "/Users/aaa/Documents/projects/projectname/unit-test"
24 10 2022 14:07:40.989:DEBUG [watcher]: Watching "/Users/aaa/Documents/projects/projectname/test_env.js"
24 10 2022 14:07:40.990:DEBUG [watcher]: Watching "/Users/aaa/Documents/projects/projectname/dist/script.js"
24 10 2022 14:07:40.990:INFO [karma-server]: Karma v6.4.1 server started at http://localhost:9976/
24 10 2022 14:07:40.990:INFO [launcher]: Launching browsers jsdom with concurrency unlimited
24 10 2022 14:07:40.992:INFO [launcher]: Starting browser jsdom
24 10 2022 14:07:40.993:DEBUG [launcher]: null -> BEING_CAPTURED
24 10 2022 14:07:40.993:DEBUG [temp-dir]: Creating temp dir at /var/folders/c9/tthw0r0d0dbbs34f7pjx029m0000gn/T/karma-74812468
24 10 2022 14:07:41.097:DEBUG [web-server]: serving: /Users/aaa/Documents/projects/projectname/node_modules/karma/static/client.html
24 10 2022 14:07:41.378:DEBUG [web-server]: serving: /Users/aaa/Documents/projects/projectname/node_modules/karma/static/karma.js
24 10 2022 14:07:41.468:DEBUG [karma-server]: A browser has connected on socket K4pUQOyrV4UDHiUCAAAB
24 10 2022 14:07:41.468:DEBUG [web-server]: upgrade /socket.io/?EIO=4&transport=websocket&sid=a7IiCvVSZBeGqVF1AAAA
24 10 2022 14:07:41.544:DEBUG [WebKit 537.36 (undefined 0.0.0)]: undefined -> CONNECTED
24 10 2022 14:07:41.544:INFO [WebKit 537.36 (undefined 0.0.0)]: Connected on socket K4pUQOyrV4UDHiUCAAAB with id 74812468
24 10 2022 14:07:41.546:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_register
24 10 2022 14:07:41.546:DEBUG [launcher]: BEING_CAPTURED -> CAPTURED
24 10 2022 14:07:41.546:DEBUG [launcher]: jsdom (id 74812468) captured in 0.556 secs
24 10 2022 14:07:41.547:DEBUG [karma]: All browsers are ready, executing
24 10 2022 14:07:41.547:DEBUG [karma]: Captured 1 browsers
24 10 2022 14:07:41.547:DEBUG [reporter:KarmaTestExplorerReporter]: Karma event 'run_start' has client args: []
24 10 2022 14:07:41.650:DEBUG [middleware:karma]: custom files null null null
24 10 2022 14:07:41.650:DEBUG [middleware:karma]: Serving static request /context.html
24 10 2022 14:07:41.651:DEBUG [web-server]: serving: /Users/aaa/Documents/projects/projectname/node_modules/karma/static/context.html
24 10 2022 14:07:41.801:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/sinon/pkg/sinon.js?90c21c8f370bd93bbebeb2f9ef85f8437c6b067f
24 10 2022 14:07:41.801:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/sinon/pkg/sinon.js
24 10 2022 14:07:41.801:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/sinon/pkg/sinon.js
24 10 2022 14:07:41.808:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js?7cbe40ea01cb84b567ab94817dab395ea48ff6b7
24 10 2022 14:07:41.808:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
24 10 2022 14:07:41.808:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
24 10 2022 14:07:41.809:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/boot.js?760d54bbca4f739f1f8b252c1636d76201cc4e88
24 10 2022 14:07:41.809:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/boot.js
24 10 2022 14:07:41.809:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/boot.js
24 10 2022 14:07:41.809:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/adapter.js?c22f41e6dc6770beb0be7c86dfade9637bce9290
24 10 2022 14:07:41.809:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/adapter.js
24 10 2022 14:07:41.809:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/adapter.js
24 10 2022 14:07:41.809:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/0.test.js?9bcb5e0f8b928267fc8898029fee0e13b1bf70c7
24 10 2022 14:07:41.810:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/0.test.js
24 10 2022 14:07:41.810:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/0.test.js
24 10 2022 14:07:41.818:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/action.test.js?506d39f1c882801e3f26325dadf565f4b342b49c
24 10 2022 14:07:41.818:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/action.test.js
24 10 2022 14:07:41.818:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/action.test.js
24 10 2022 14:07:41.818:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combat.test.js?17b9e9f119145b0c685aede91f35e7351ff5bc95
24 10 2022 14:07:41.818:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combat.test.js
24 10 2022 14:07:41.818:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combat.test.js
24 10 2022 14:07:41.819:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js?445d565b8287b7ec18f43468aaf22a447a27f90f
24 10 2022 14:07:41.819:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js
24 10 2022 14:07:41.819:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js
24 10 2022 14:07:41.820:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js?03af8101bf757994256fef8f87ba93f10e7f262c
24 10 2022 14:07:41.820:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js
24 10 2022 14:07:41.820:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js
24 10 2022 14:07:41.820:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js?0b9b3fd7d52fb711a33b27ff85e2ac525dc2bd69
24 10 2022 14:07:41.820:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js
24 10 2022 14:07:41.821:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js
24 10 2022 14:07:41.821:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js?5155ba2891e0a65148d84e7b6a55b607741cc004
24 10 2022 14:07:41.821:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js
24 10 2022 14:07:41.821:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js
24 10 2022 14:07:41.822:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/hero.test.js?b9ba155610b64a28c76a45c63fe676174eb5891d
24 10 2022 14:07:41.822:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/hero.test.js
24 10 2022 14:07:41.822:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/hero.test.js
24 10 2022 14:07:41.822:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/item.test.js?66be573f242ba9771b225a1acb23352bc0f743f6
24 10 2022 14:07:41.822:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/item.test.js
24 10 2022 14:07:41.822:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/item.test.js
24 10 2022 14:07:41.823:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/world.test.js?313f1d590d2adc5324b083545feaef72f0862dc3
24 10 2022 14:07:41.823:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/world.test.js
24 10 2022 14:07:41.823:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/world.test.js
24 10 2022 14:07:41.823:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/test_env.js?ae0f7eb0edce6c54c3b836ef59ebd11861f59aa7
24 10 2022 14:07:41.823:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/test_env.js
24 10 2022 14:07:41.823:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/test_env.js
24 10 2022 14:07:41.824:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/dist/script.js?1d31212f2ae3059b4298d56fe3162cee5e5022fa
24 10 2022 14:07:41.824:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/dist/script.js
24 10 2022 14:07:41.824:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/dist/script.js
24 10 2022 14:07:41.930:DEBUG [web-server]: serving: /Users/aaa/Documents/projects/projectname/node_modules/karma/static/context.js
24 10 2022 14:07:42.380:DEBUG [WebKit 537.36 (undefined 0.0.0)]: CONNECTED -> EXECUTING
24 10 2022 14:07:42.383:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.383:DEBUG [karma]: Execution (fired by runner)
24 10 2022 14:07:42.392:DEBUG [karma]: Merging client.args with [ '\\-\\-grep\\=\\/\\$\\^\\/', '\\-\\-testRunId\\=x5g218gijin' ]
24 10 2022 14:07:42.392:DEBUG [karma]: Refreshing all the files / patterns
24 10 2022 14:07:42.604:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: file_list_modified
24 10 2022 14:07:42.604:DEBUG [karma-server]: List of files has changed, trying to execute
24 10 2022 14:07:42.604:INFO [karma]: Delaying execution, these browsers are not ready: WebKit 537.36 (undefined 0.0.0)
24 10 2022 14:07:42.605:INFO [karma]: Delaying execution, these browsers are not ready: WebKit 537.36 (undefined 0.0.0)
24 10 2022 14:07:42.723:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.726:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
WebKit 537.36 (undefined 0.0.0) Combat Hero Attack General capture FAILED
Error: Expected 0 to be 2.
at <Jasmine>
at UserContext.<anonymous> (/Users/aaa/Documents/projects/projectname/unit-test/combat.test.js:69:40)
at <Jasmine>
24 10 2022 14:07:42.827:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.829:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.905:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.907:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.948:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.949:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.958:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.959:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.973:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:42.974:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.026:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.027:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.148:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.150:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.296:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.300:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.478:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.482:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.523:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.525:DEBUG [WebKit 537.36 (undefined 0.0.0)]: EXECUTING -> CONNECTED
24 10 2022 14:07:43.526:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_complete_with_no_more_retries
24 10 2022 14:07:43.527:DEBUG [reporter:KarmaTestExplorerReporter]: Karma event 'run_complete' has client args: [
"\\-\\-grep\\=\\/\\$\\^\\/",
"\\-\\-testRunId\\=x5g218gijin"
]
24 10 2022 14:07:43.527:DEBUG [karma]: All browsers are ready, executing
24 10 2022 14:07:43.527:DEBUG [karma]: Captured 1 browsers
24 10 2022 14:07:43.527:DEBUG [reporter:KarmaTestExplorerReporter]: Karma event 'run_start' has client args: [
"\\-\\-grep\\=\\/\\$\\^\\/",
"\\-\\-testRunId\\=x5g218gijin"
]
TOTAL: 1 FAILED, 77 SUCCESS
24 10 2022 14:07:43.538:DEBUG [middleware:karma]: custom files null null null
24 10 2022 14:07:43.539:DEBUG [middleware:karma]: Serving static request /context.html
24 10 2022 14:07:43.539:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma/static/context.html
24 10 2022 14:07:43.572:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma/static/context.js
24 10 2022 14:07:43.573:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/sinon/pkg/sinon.js?90c21c8f370bd93bbebeb2f9ef85f8437c6b067f
24 10 2022 14:07:43.573:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/sinon/pkg/sinon.js
24 10 2022 14:07:43.573:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/sinon/pkg/sinon.js
24 10 2022 14:07:43.578:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/boot.js?760d54bbca4f739f1f8b252c1636d76201cc4e88
24 10 2022 14:07:43.579:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/boot.js
24 10 2022 14:07:43.579:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/boot.js
24 10 2022 14:07:43.579:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js?7cbe40ea01cb84b567ab94817dab395ea48ff6b7
24 10 2022 14:07:43.579:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
24 10 2022 14:07:43.579:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/node_modules/jasmine-core/lib/jasmine-core/jasmine.js
24 10 2022 14:07:43.580:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/adapter.js?c22f41e6dc6770beb0be7c86dfade9637bce9290
24 10 2022 14:07:43.580:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/adapter.js
24 10 2022 14:07:43.580:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/node_modules/karma-jasmine/lib/adapter.js
24 10 2022 14:07:43.580:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/0.test.js?9bcb5e0f8b928267fc8898029fee0e13b1bf70c7
24 10 2022 14:07:43.580:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/0.test.js
24 10 2022 14:07:43.580:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/0.test.js
24 10 2022 14:07:43.580:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/action.test.js?506d39f1c882801e3f26325dadf565f4b342b49c
24 10 2022 14:07:43.580:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/action.test.js
24 10 2022 14:07:43.580:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/action.test.js
24 10 2022 14:07:43.581:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combat.test.js?17b9e9f119145b0c685aede91f35e7351ff5bc95
24 10 2022 14:07:43.581:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combat.test.js
24 10 2022 14:07:43.581:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combat.test.js
24 10 2022 14:07:43.581:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js?445d565b8287b7ec18f43468aaf22a447a27f90f
24 10 2022 14:07:43.581:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js
24 10 2022 14:07:43.581:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js
24 10 2022 14:07:43.581:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js?03af8101bf757994256fef8f87ba93f10e7f262c
24 10 2022 14:07:43.581:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js
24 10 2022 14:07:43.581:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js
24 10 2022 14:07:43.582:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js?0b9b3fd7d52fb711a33b27ff85e2ac525dc2bd69
24 10 2022 14:07:43.582:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js
24 10 2022 14:07:43.582:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js
24 10 2022 14:07:43.582:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js?5155ba2891e0a65148d84e7b6a55b607741cc004
24 10 2022 14:07:43.582:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js
24 10 2022 14:07:43.582:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js
24 10 2022 14:07:43.582:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/hero.test.js?b9ba155610b64a28c76a45c63fe676174eb5891d
24 10 2022 14:07:43.582:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/hero.test.js
24 10 2022 14:07:43.582:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/hero.test.js
24 10 2022 14:07:43.583:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/item.test.js?66be573f242ba9771b225a1acb23352bc0f743f6
24 10 2022 14:07:43.583:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/item.test.js
24 10 2022 14:07:43.583:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/item.test.js
24 10 2022 14:07:43.591:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/unit-test/world.test.js?313f1d590d2adc5324b083545feaef72f0862dc3
24 10 2022 14:07:43.591:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/unit-test/world.test.js
24 10 2022 14:07:43.592:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/unit-test/world.test.js
24 10 2022 14:07:43.592:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/test_env.js?ae0f7eb0edce6c54c3b836ef59ebd11861f59aa7
24 10 2022 14:07:43.592:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/test_env.js
24 10 2022 14:07:43.592:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/test_env.js
24 10 2022 14:07:43.593:DEBUG [middleware:source-files]: Requesting /absolute/Users/aaa/Documents/projects/projectname/dist/script.js?1d31212f2ae3059b4298d56fe3162cee5e5022fa
24 10 2022 14:07:43.593:DEBUG [middleware:source-files]: Fetching /Users/aaa/Documents/projects/projectname/dist/script.js
24 10 2022 14:07:43.593:DEBUG [web-server]: serving (cached): /Users/aaa/Documents/projects/projectname/dist/script.js
24 10 2022 14:07:43.816:DEBUG [WebKit 537.36 (undefined 0.0.0)]: CONNECTED -> EXECUTING
24 10 2022 14:07:43.817:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.860:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.862:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
WebKit 537.36 (undefined 0.0.0) Combat Hero Attack General capture FAILED
Error: Expected 0 to be 2.
at <Jasmine>
at UserContext.<anonymous> (/Users/aaa/Documents/projects/projectname/unit-test/combat.test.js:69:40)
at <Jasmine>
24 10 2022 14:07:43.906:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.906:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.917:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.917:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.967:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:43.968:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.144:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.144:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.249:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.251:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.311:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.312:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.353:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.354:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.361:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.361:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.439:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.439:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.464:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_info
24 10 2022 14:07:44.467:DEBUG [WebKit 537.36 (undefined 0.0.0)]: EXECUTING -> CONNECTED
24 10 2022 14:07:44.467:DEBUG [reporter:KarmaTestExplorerReporter]: No specific handler for event: browser_complete_with_no_more_retries
24 10 2022 14:07:44.469:DEBUG [reporter:KarmaTestExplorerReporter]: Karma event 'run_complete' has client args: [
"\\-\\-grep\\=\\/\\$\\^\\/",
"\\-\\-testRunId\\=x5g218gijin"
]
TOTAL: 1 FAILED, 77 SUCCESS
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating server output channel
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating port acquisition client
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating debugger
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating project commands handler
[2022-10-24 18:07:38.934] [DEBUG] [Commands]: Registering command 'ShowLog' as namespaced command 'karmaTestExplorer.projectname:ShowLog
[2022-10-24 18:07:38.934] [DEBUG] [Commands]: Registering command 'Reset' as namespaced command 'karmaTestExplorer.projectname:Reset
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating notifications handler
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating test emitters
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating initial test explorer
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Assembling new test explorer
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Re/creating test explorer with extension configuration: {
"logger": {
"loggerName": "ExtensionConfig",
"appender": {
"outputChannelName": "Karma Test Explorer (projectname)",
"options": {
"enabled": true,
"lazyCreate": false
},
"outputChannel": {
"name": "Karma Test Explorer (projectname)"
}
},
"logLevel": "debug"
},
"projectType": "karma",
"projectName": "projectname",
"projectPath": "/Users/aaa/Documents/projects/projectname",
"projectInstallRootPath": "/Users/aaa/Documents/projects/projectname",
"projectKarmaConfigFilePath": "/Users/aaa/Documents/projects/projectname/karma.conf.js",
"baseKarmaConfFilePath": "/Users/aaa/.vscode/extensions/lucono.karma-test-explorer-0.7.5/dist/karma.conf",
"karmaPort": 9976,
"testTriggerMethod": "cli",
"testParsingMethod": "ast",
"failOnStandardError": false,
"defaultSocketConnectionPort": 9999,
"logLevel": "debug",
"karmaLogLevel": "debug",
"karmaReporterLogLevel": "debug",
"autoWatchEnabled": true,
"karmaReadyTimeout": 900000,
"testGrouping": "folder",
"flattenSingleChildFolders": true,
"environment": {},
"testFramework": "jasmine",
"reloadOnKarmaConfigChange": true,
"customLauncher": {
"base": "Chrome",
"flags": [
"--headless",
"--disable-gpu",
"--disable-dev-shm-usage",
"--remote-debugging-port=9222"
]
},
"browser": "jsdom",
"testFiles": [
"**/unit-test/*{.,-,_}{test,spec}.{ts,js}",
"**/unit-test/{test,spec}{.,-,_}*.{ts,js}"
],
"allowGlobalPackageFallback": true,
"excludeDisabledTests": false,
"showOnlyFocusedTests": false,
"showUnmappedTests": true,
"showTestDefinitionTypeIndicators": true,
"debuggerConfig": {
"name": "Karma Test Explorer Debugging",
"type": "pwa-chrome",
"request": "attach",
"browserAttachLocation": "workspace",
"address": "localhost",
"port": 9222,
"timeout": 60000,
"webRoot": "/Users/aaa/Documents/projects/projectname"
},
"reloadOnChangedFiles": [],
"excludeFiles": [
"**/node_modules/**/*"
]
}
[2022-10-24 18:07:38.934] [DEBUG] [Adapter]: Creating main factory
[2022-10-24 18:07:38.934] [INFO] [MainFactory]: Using test framework: jasmine
[2022-10-24 18:07:38.934] [DEBUG] [MainFactory]: Creating test helper
[2022-10-24 18:07:38.934] [DEBUG] [MainFactory]: Creating process handler
[2022-10-24 18:07:38.934] [DEBUG] [MainFactory]: Creating test locator
[2022-10-24 18:07:38.934] [DEBUG] [MainFactory]: Creating AST test definition provider
[2022-10-24 18:07:38.934] [DEBUG] [MainFactory]: Creating test store
[2022-10-24 18:07:38.935] [DEBUG] [Adapter]: Getting process handler from factory
[2022-10-24 18:07:38.935] [DEBUG] [Adapter]: Getting test locator from factory
[2022-10-24 18:07:38.935] [DEBUG] [Adapter]: Getting test store from factory
[2022-10-24 18:07:38.935] [DEBUG] [Adapter]: Getting test manager from factory
[2022-10-24 18:07:38.935] [DEBUG] [KarmaFactory]: Creating Karma test server executor
[2022-10-24 18:07:38.935] [DEBUG] [KarmaFactory]: Creating Karma command line test run executor
[2022-10-24 18:07:38.936] [DEBUG] [Adapter]: Getting file watcher from factory
[2022-10-24 18:07:38.936] [DEBUG] [FileWatcher]: Creating file watchers for monitored files
[2022-10-24 18:07:38.936] [DEBUG] [FileWatcher]: Registering file handler for files: [
"karma.conf.js"
]
[2022-10-24 18:07:38.936] [DEBUG] [FileWatcher]: Creating file watcher for file or pattern 'karma.conf.js' using base path: /Users/aaa/Documents/projects/projectname
[2022-10-24 18:07:38.936] [DEBUG] [FileWatcher]: Creating file watchers for test file changes
[2022-10-24 18:07:38.936] [DEBUG] [FileWatcher]: Registering file handler for files: [
"**/unit-test/*{.,-,_}{test,spec}.{ts,js}",
"**/unit-test/{test,spec}{.,-,_}*.{ts,js}"
]
[2022-10-24 18:07:38.936] [DEBUG] [FileWatcher]: Creating file watcher for file or pattern '**/unit-test/*{.,-,_}{test,spec}.{ts,js}' using base path: /Users/aaa/Documents/projects/projectname
[2022-10-24 18:07:38.937] [DEBUG] [FileWatcher]: Creating file watcher for file or pattern '**/unit-test/{test,spec}{.,-,_}*.{ts,js}' using base path: /Users/aaa/Documents/projects/projectname
[2022-10-24 18:07:38.937] [DEBUG] [Adapter]: Creating test explorer
[2022-10-24 18:07:38.937] [DEBUG] [KarmaTestExplorer]: Test load started
[2022-10-24 18:07:38.937] [DEBUG] [KarmaTestExplorer]: Test hard refresh started
[2022-10-24 18:07:38.937] [DEBUG] [TestLocator]: Refresh requested for all spec file(s): ["**/unit-test/*{.,-,_}{test,spec}.{ts,js}","**/unit-test/{test,spec}{.,-,_}*.{ts,js}"]
[2022-10-24 18:07:38.937] [DEBUG] [TestLocator]: No refresh currently in progress - will commence new refresh for files: ["**/unit-test/*{.,-,_}{test,spec}.{ts,js}","**/unit-test/{test,spec}{.,-,_}*.{ts,js}"]
[2022-10-24 18:07:38.937] [DEBUG] [TestLocator]: Refreshing all spec file(s): ["**/unit-test/*{.,-,_}{test,spec}.{ts,js}","**/unit-test/{test,spec}{.,-,_}*.{ts,js}"]
[2022-10-24 18:07:38.941] [DEBUG] [KarmaTestExplorer]: Refresh request - Test manager is not started - Starting it
[2022-10-24 18:07:38.949] [DEBUG] [PortAcquisitionClient]: Request for 1 port(s) at base port 9976 acquired: 9976
[2022-10-24 18:07:38.949] [INFO] [DefaultTestManager]: Using requested --> available karma port: 9976 --> 9976
[2022-10-24 18:07:38.950] [DEBUG] [PortAcquisitionClient]: Request for 1 port(s) at base port 9999 acquired: 9999
[2022-10-24 18:07:38.950] [INFO] [DefaultTestManager]: Using requested --> available karma listener socket port: 9999 --> 9999
[2022-10-24 18:07:38.950] [DEBUG] [KarmaTestListener]: Attempting to listen on port 9999
[2022-10-24 18:07:38.952] [INFO] [KarmaTestServer]: Starting karma server
[2022-10-24 18:07:38.952] [DEBUG] [KarmaCommandLineTestServerExecutor]: Executing server start with karma port '9976' and karma socket port '9999'
[2022-10-24 18:07:38.953] [DEBUG] [KarmaCommandLineTestServerExecutor]: Found 'karma' module at: /Users/aaa/Documents/projects/projectname/node_modules/karma
[2022-10-24 18:07:38.953] [DEBUG] [KarmaCommandLineTestServerExecutor::SimpleProcess]: Process ohtmpe7rrmf:
Executing command: '/usr/local/bin/node'
with args: ["/Users/aaa/Documents/projects/projectname/node_modules/karma/bin/karma","start","/Users/aaa/.vscode/extensions/lucono.karma-test-explorer-0.7.5/dist/karma.conf","--no-single-run"]
[2022-10-24 18:07:38.955] [DEBUG] [KarmaCommandLineTestServerExecutor::SimpleProcess]: Process ohtmpe7rrmf - process spawned successfully with PID 21491 for command: /usr/local/bin/node /Users/aaa/Documents/projects/projectname/node_modules/karma/bin/karma start /Users/aaa/.vscode/extensions/lucono.karma-test-explorer-0.7.5/dist/karma.conf --no-single-run
[2022-10-24 18:07:38.956] [INFO] [KarmaTestListener]: Waiting for Karma to connect on port 9999
[2022-10-24 18:07:40.588] [DEBUG] [SimpleFileHandler]: Resolved 10 file(s) from file patterns: ["**/unit-test/*{.,-,_}{test,spec}.{ts,js}","**/unit-test/{test,spec}{.,-,_}*.{ts,js}"]
[2022-10-24 18:07:40.588] [DEBUG] [TestLocator]: Requested --> filtered file count to refresh: 10 --> 10
[2022-10-24 18:07:40.588] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/0.test.js
[2022-10-24 18:07:40.590] [DEBUG] [AstTestFileParser]: Parse operation k5neynwuf2: Parsed 0 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/0.test.js' in 0.00 secs
[2022-10-24 18:07:40.590] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/action.test.js
[2022-10-24 18:07:40.593] [DEBUG] [AstTestFileParser]: Parse operation dwulfagr5h: Parsed 1 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/action.test.js' in 0.00 secs
[2022-10-24 18:07:40.594] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/combat.test.js
[2022-10-24 18:07:40.597] [DEBUG] [AstTestFileParser]: Parse operation kp6eqvt60v: Parsed 1 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/combat.test.js' in 0.00 secs
[2022-10-24 18:07:40.597] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js
[2022-10-24 18:07:40.607] [DEBUG] [AstTestFileParser]: Parse operation cfdyowu0an: Parsed 8 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/combatItem.test.js' in 0.01 secs
[2022-10-24 18:07:40.607] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js
[2022-10-24 18:07:40.609] [DEBUG] [AstTestFileParser]: Parse operation jsvh31p63gm: Parsed 3 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/combatRelic.test.js' in 0.00 secs
[2022-10-24 18:07:40.609] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js
[2022-10-24 18:07:40.703] [DEBUG] [AstTestFileParser]: Parse operation l2bgpfr0hca: Parsed 32 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/combatSkill.test.js' in 0.09 secs
[2022-10-24 18:07:40.703] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js
[2022-10-24 18:07:40.749] [DEBUG] [AstTestFileParser]: Parse operation 265r2ddbknn: Parsed 19 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/combatTrait.test.js' in 0.00 secs
[2022-10-24 18:07:40.749] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/hero.test.js
[2022-10-24 18:07:40.791] [DEBUG] [AstTestFileParser]: Parse operation msi777w8qw: Parsed 8 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/hero.test.js' in 0.03 secs
[2022-10-24 18:07:40.791] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/item.test.js
[2022-10-24 18:07:40.800] [DEBUG] [AstTestFileParser]: Parse operation 8jbt56pm7gp: Parsed 1 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/item.test.js' in 0.00 secs
[2022-10-24 18:07:40.801] [DEBUG] [SimpleFileHandler]: Reading file async: /Users/aaa/Documents/projects/projectname/unit-test/world.test.js
[2022-10-24 18:07:40.806] [DEBUG] [AstTestFileParser]: Parse operation ltb3pmv4his: Parsed 5 total tests from file '/Users/aaa/Documents/projects/projectname/unit-test/world.test.js' in 0.01 secs
[2022-10-24 18:07:40.806] [DEBUG] [TestLocator]: Refreshed 10 spec files from glob list in 1.87 secs: ["**/unit-test/*{.,-,_}{test,spec}.{ts,js}","**/unit-test/{test,spec}{.,-,_}*.{ts,js}"]
[2022-10-24 18:07:40.865] [INFO] [KarmaTestListener]: Established new connection with Karma on port 9999
[2022-10-24 18:07:40.865] [DEBUG] [KarmaTestListener]: Listening for Karma events
[2022-10-24 18:07:40.984] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: file_list_modified
[2022-10-24 18:07:40.991] [DEBUG] [KarmaTestRunProcessor]: Karma server on karma port 9976 is ready for requests
[2022-10-24 18:07:41.546] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browsers_change
[2022-10-24 18:07:41.546] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_register
[2022-10-24 18:07:41.547] [DEBUG] [KarmaTestRunProcessor]: Browsers connected and ready for test execution
[2022-10-24 18:07:41.548] [INFO] [DefaultTestManager]: Discovering tests
[2022-10-24 18:07:41.548] [DEBUG] [KarmaTestRunProcessor]: Started test event handling for test run Id: x5g218gijin
[2022-10-24 18:07:41.548] [DEBUG] [KarmaTestRunner]: Executing test discovery run id: x5g218gijin
[2022-10-24 18:07:41.549] [DEBUG] [KarmaCommandLineTestRunExecutor]: Found 'karma' module at: /Users/aaa/Documents/projects/projectname/node_modules/karma
[2022-10-24 18:07:41.549] [DEBUG] [SimpleProcess]: Process 2a4h41i468z:
Executing command: '/usr/local/bin/node'
with args: ["/Users/aaa/Documents/projects/projectname/node_modules/karma/bin/karma","run","--port","9976","--","\\-\\-grep\\=\\/\\$\\^\\/","\\-\\-testRunId\\=x5g218gijin"]
[2022-10-24 18:07:41.550] [DEBUG] [SimpleProcess]: Process 2a4h41i468z - process spawned successfully with PID 21532 for command: /usr/local/bin/node /Users/aaa/Documents/projects/projectname/node_modules/karma/bin/karma run --port 9976 -- \-\-grep\=\/\$\^\/ \-\-testRunId\=x5g218gijin
[2022-10-24 18:07:41.551] [DEBUG] [KarmaTestRunProcessor]: Test run started for browsers: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:41.551] [DEBUG] [KarmaTestRunProcessor]: New test run starting with id 'undefined' is not for the current requested test run Id: x5g218gijin
[2022-10-24 18:07:41.551] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Beginning ambient test event processing
[2022-10-24 18:07:41.551] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to begin test event processing
[2022-10-24 18:07:41.551] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Proceeding to begin processing test events
[2022-10-24 18:07:42.381] [DEBUG] [KarmaTestRunProcessor]: Test run started in browser: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.383] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.398] [INFO] [SimpleProcess]: [Process 2a4h41i468z][stdout]: Waiting for previous execution...
[2022-10-24 18:07:42.532] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec3' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.532] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec3
[2022-10-24 18:07:42.532] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.532] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec3
[2022-10-24 18:07:42.532] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.569] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec2' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.569] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec2
[2022-10-24 18:07:42.569] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.569] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec2
[2022-10-24 18:07:42.569] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.604] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: file_list_modified
[2022-10-24 18:07:42.621] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec9' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.621] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec9
[2022-10-24 18:07:42.621] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.621] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec9
[2022-10-24 18:07:42.621] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.636] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec8' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.636] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec8
[2022-10-24 18:07:42.636] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.636] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec8
[2022-10-24 18:07:42.636] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.680] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec5' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.680] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec5
[2022-10-24 18:07:42.680] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.680] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec5
[2022-10-24 18:07:42.680] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.688] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec4' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.688] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec4
[2022-10-24 18:07:42.688] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.688] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec4
[2022-10-24 18:07:42.688] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.700] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec7' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.700] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec7
[2022-10-24 18:07:42.700] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.700] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec7
[2022-10-24 18:07:42.700] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.720] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec6' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.720] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec6
[2022-10-24 18:07:42.720] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.720] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec6
[2022-10-24 18:07:42.720] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.728] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.729] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.819] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec1' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.819] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec1
[2022-10-24 18:07:42.819] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Failed
[2022-10-24 18:07:42.819] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec1
[2022-10-24 18:07:42.820] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Creating detailed test failure decorations for test id: spec1
[2022-10-24 18:07:42.820] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Filtering Failed test result event for test id: spec1
[2022-10-24 18:07:42.820] [DEBUG] [KarmaTestRunProcessor]: [FAILURE] ❌ Failed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.827] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.830] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.899] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec0' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.899] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec0
[2022-10-24 18:07:42.899] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.899] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec0
[2022-10-24 18:07:42.899] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.908] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.909] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.942] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec72' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.942] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec72
[2022-10-24 18:07:42.942] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.942] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec72
[2022-10-24 18:07:42.942] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.949] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.949] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.953] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec73' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.953] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec73
[2022-10-24 18:07:42.953] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.953] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec73
[2022-10-24 18:07:42.953] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.958] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.959] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.963] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec75' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.963] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec75
[2022-10-24 18:07:42.963] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.963] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec75
[2022-10-24 18:07:42.963] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.968] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec74' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:42.968] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec74
[2022-10-24 18:07:42.968] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:42.968] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec74
[2022-10-24 18:07:42.968] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:42.974] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:42.975] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.018] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec77' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.018] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec77
[2022-10-24 18:07:43.018] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.018] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec77
[2022-10-24 18:07:43.018] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.024] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec76' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.024] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec76
[2022-10-24 18:07:43.024] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.024] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec76
[2022-10-24 18:07:43.024] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.026] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.028] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.066] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec71' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.066] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec71
[2022-10-24 18:07:43.066] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.066] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec71
[2022-10-24 18:07:43.066] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.076] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec70' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.076] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec70
[2022-10-24 18:07:43.076] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.076] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec70
[2022-10-24 18:07:43.076] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.085] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec64' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.085] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec64
[2022-10-24 18:07:43.085] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.085] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec64
[2022-10-24 18:07:43.085] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.096] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec65' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.096] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec65
[2022-10-24 18:07:43.096] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.096] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec65
[2022-10-24 18:07:43.096] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.105] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec67' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.105] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec67
[2022-10-24 18:07:43.105] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.105] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec67
[2022-10-24 18:07:43.105] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.114] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec68' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.114] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec68
[2022-10-24 18:07:43.114] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.114] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec68
[2022-10-24 18:07:43.114] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.127] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec66' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.127] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec66
[2022-10-24 18:07:43.127] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.127] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec66
[2022-10-24 18:07:43.127] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.143] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec69' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.144] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec69
[2022-10-24 18:07:43.144] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.144] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec69
[2022-10-24 18:07:43.144] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.154] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.154] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.207] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec60' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.207] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec60
[2022-10-24 18:07:43.207] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.207] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec60
[2022-10-24 18:07:43.207] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.210] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec61' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.210] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec61
[2022-10-24 18:07:43.210] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.210] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec61
[2022-10-24 18:07:43.210] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.215] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec45' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.215] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec45
[2022-10-24 18:07:43.215] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.215] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec45
[2022-10-24 18:07:43.215] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.219] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec57' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.219] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec57
[2022-10-24 18:07:43.219] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.219] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec57
[2022-10-24 18:07:43.219] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.228] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec56' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.228] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec56
[2022-10-24 18:07:43.228] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.228] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec56
[2022-10-24 18:07:43.228] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.234] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec59' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.234] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec59
[2022-10-24 18:07:43.234] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.234] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec59
[2022-10-24 18:07:43.234] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.238] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec58' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.238] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec58
[2022-10-24 18:07:43.238] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.238] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec58
[2022-10-24 18:07:43.238] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.244] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec54' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.244] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec54
[2022-10-24 18:07:43.244] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.244] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec54
[2022-10-24 18:07:43.244] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.248] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec52' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.248] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec52
[2022-10-24 18:07:43.248] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.248] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec52
[2022-10-24 18:07:43.248] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.252] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec62' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.252] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec62
[2022-10-24 18:07:43.252] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.252] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec62
[2022-10-24 18:07:43.252] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.257] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec63' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.257] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec63
[2022-10-24 18:07:43.257] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.257] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec63
[2022-10-24 18:07:43.257] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.261] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec55' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.261] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec55
[2022-10-24 18:07:43.261] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.261] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec55
[2022-10-24 18:07:43.261] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.265] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec50' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.265] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec50
[2022-10-24 18:07:43.265] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.265] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec50
[2022-10-24 18:07:43.265] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.270] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec48' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.270] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec48
[2022-10-24 18:07:43.270] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.270] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec48
[2022-10-24 18:07:43.271] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.275] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec53' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.275] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec53
[2022-10-24 18:07:43.275] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.275] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec53
[2022-10-24 18:07:43.275] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.279] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec51' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.279] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec51
[2022-10-24 18:07:43.279] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.279] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec51
[2022-10-24 18:07:43.279] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.285] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec47' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.285] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec47
[2022-10-24 18:07:43.285] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.285] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec47
[2022-10-24 18:07:43.285] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.289] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec49' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.289] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec49
[2022-10-24 18:07:43.289] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.289] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec49
[2022-10-24 18:07:43.289] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.294] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec46' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.294] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec46
[2022-10-24 18:07:43.294] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.294] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec46
[2022-10-24 18:07:43.294] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.297] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.302] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.333] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec19' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.333] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec19
[2022-10-24 18:07:43.333] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.333] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec19
[2022-10-24 18:07:43.333] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.338] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec23' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.338] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec23
[2022-10-24 18:07:43.338] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.338] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec23
[2022-10-24 18:07:43.338] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.342] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec43' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.342] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec43
[2022-10-24 18:07:43.342] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.342] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec43
[2022-10-24 18:07:43.342] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.346] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec32' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.346] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec32
[2022-10-24 18:07:43.346] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.346] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec32
[2022-10-24 18:07:43.346] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.353] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec17' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.353] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec17
[2022-10-24 18:07:43.353] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.353] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec17
[2022-10-24 18:07:43.353] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.360] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec22' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.360] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec22
[2022-10-24 18:07:43.360] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.360] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec22
[2022-10-24 18:07:43.360] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.366] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec40' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.366] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec40
[2022-10-24 18:07:43.366] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.366] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec40
[2022-10-24 18:07:43.366] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.370] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec33' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.370] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec33
[2022-10-24 18:07:43.370] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.370] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec33
[2022-10-24 18:07:43.370] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.374] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec18' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.374] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec18
[2022-10-24 18:07:43.374] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.374] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec18
[2022-10-24 18:07:43.374] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.377] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec34' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.377] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec34
[2022-10-24 18:07:43.377] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.377] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec34
[2022-10-24 18:07:43.377] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.382] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec42' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.382] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec42
[2022-10-24 18:07:43.382] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.382] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec42
[2022-10-24 18:07:43.382] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.385] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec35' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.385] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec35
[2022-10-24 18:07:43.385] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.385] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec35
[2022-10-24 18:07:43.385] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.391] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec25' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.391] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec25
[2022-10-24 18:07:43.391] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.391] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec25
[2022-10-24 18:07:43.391] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.394] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec30' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.394] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec30
[2022-10-24 18:07:43.394] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.394] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec30
[2022-10-24 18:07:43.394] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.399] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec21' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.399] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec21
[2022-10-24 18:07:43.399] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.399] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec21
[2022-10-24 18:07:43.399] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.404] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec41' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.404] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec41
[2022-10-24 18:07:43.404] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.404] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec41
[2022-10-24 18:07:43.404] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.408] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec20' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.408] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec20
[2022-10-24 18:07:43.408] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.408] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec20
[2022-10-24 18:07:43.408] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.412] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec31' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.412] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec31
[2022-10-24 18:07:43.412] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.412] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec31
[2022-10-24 18:07:43.412] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.417] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec15' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.417] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec15
[2022-10-24 18:07:43.417] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.417] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec15
[2022-10-24 18:07:43.418] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.423] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec28' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.423] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec28
[2022-10-24 18:07:43.423] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.423] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec28
[2022-10-24 18:07:43.423] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.428] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec16' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.428] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec16
[2022-10-24 18:07:43.428] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.428] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec16
[2022-10-24 18:07:43.428] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.432] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec38' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.432] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec38
[2022-10-24 18:07:43.432] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.432] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec38
[2022-10-24 18:07:43.432] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.438] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec13' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.438] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec13
[2022-10-24 18:07:43.438] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.438] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec13
[2022-10-24 18:07:43.438] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.442] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec14' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.442] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec14
[2022-10-24 18:07:43.442] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.442] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec14
[2022-10-24 18:07:43.442] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.445] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec24' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.445] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec24
[2022-10-24 18:07:43.445] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.445] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec24
[2022-10-24 18:07:43.445] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.450] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec44' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.450] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec44
[2022-10-24 18:07:43.450] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.450] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec44
[2022-10-24 18:07:43.450] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.453] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec37' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.453] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec37
[2022-10-24 18:07:43.453] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.453] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec37
[2022-10-24 18:07:43.454] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.458] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec27' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.458] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec27
[2022-10-24 18:07:43.458] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.458] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec27
[2022-10-24 18:07:43.458] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.461] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec39' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.461] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec39
[2022-10-24 18:07:43.461] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.461] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec39
[2022-10-24 18:07:43.461] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.466] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec26' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.466] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec26
[2022-10-24 18:07:43.466] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.466] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec26
[2022-10-24 18:07:43.466] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.471] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec36' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.471] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec36
[2022-10-24 18:07:43.471] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.471] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec36
[2022-10-24 18:07:43.471] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.476] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec29' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.476] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec29
[2022-10-24 18:07:43.476] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.476] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec29
[2022-10-24 18:07:43.476] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.479] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.482] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.512] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec11' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.512] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec11
[2022-10-24 18:07:43.512] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.512] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec11
[2022-10-24 18:07:43.512] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.517] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec12' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.517] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec12
[2022-10-24 18:07:43.517] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.517] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec12
[2022-10-24 18:07:43.517] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.520] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec10' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.520] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec10
[2022-10-24 18:07:43.520] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.520] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec10
[2022-10-24 18:07:43.520] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.524] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.526] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browsers_change
[2022-10-24 18:07:43.529] [INFO] [SimpleProcess]: [Process 2a4h41i468z][stdout]: TOTAL: 1 FAILED, 77 SUCCESS
[2022-10-24 18:07:43.529] [DEBUG] [KarmaTestRunProcessor]: Test run completed in browser: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.529] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_complete_with_no_more_retries
[2022-10-24 18:07:43.529] [DEBUG] [KarmaTestRunProcessor]: Test run completed with status 'Complete' for browsers: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.529] [DEBUG] [KarmaTestRunProcessor]: Test run ending now with test run Id 'undefined' is not for the current requested test run Id: x5g218gijin
[2022-10-24 18:07:43.529] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to conclude test event processing
[2022-10-24 18:07:43.529] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Test event processor is currently processing - Concluding current processing
[2022-10-24 18:07:43.529] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Aggregate test stats will not be emitted because emit test stats is disabled for the current event processor
[2022-10-24 18:07:43.530] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Concluding ambient test event processing
[2022-10-24 18:07:43.530] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Retiring 0 skipped ambient test ids
[2022-10-24 18:07:43.530] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Done concluding ambient test event processing
[2022-10-24 18:07:43.530] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test load events
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec3
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec2
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec9
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec8
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec5
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec4
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec7
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec6
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec1
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec0
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec72
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec73
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec75
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec74
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec77
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec76
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec71
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec70
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec64
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec65
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec67
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec68
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec66
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec69
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec60
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec61
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec45
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec57
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec56
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec59
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec58
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec54
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec52
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec62
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec63
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec55
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec50
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec48
[2022-10-24 18:07:43.531] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec53
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec51
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec47
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec49
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec46
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec19
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec23
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec43
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec32
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec17
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec22
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec40
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec33
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec18
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec34
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec42
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec35
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec25
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec30
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec21
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec41
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec20
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec31
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec15
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec28
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec16
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec38
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec13
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec14
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec24
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec44
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec37
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec27
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec39
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec26
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec36
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec29
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec11
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec12
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec10
[2022-10-24 18:07:43.532] [DEBUG] [DefaultTestBuilder]: Processed 78 specs to build tests
[2022-10-24 18:07:43.533] [DEBUG] [TestSuiteOrganizer]: Rearranged 9 test files into folders
[2022-10-24 18:07:43.534] [DEBUG] [TestDiscoveryProcessor]: Test discovery - 78 total tests discovered from Karma
[2022-10-24 18:07:43.534] [DEBUG] [TestStore]: Clearing stored tests
[2022-10-24 18:07:43.534] [DEBUG] [TestStore]: Updating stored tests
[2022-10-24 18:07:43.538] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Done processing ambient test load events
[2022-10-24 18:07:43.539] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient filtered test events
[2022-10-24 18:07:43.541] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Done processing ambient filtered test events
[2022-10-24 18:07:43.542] [DEBUG] [KarmaTestRunProcessor]: Test run started for browsers: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.542] [DEBUG] [KarmaTestRunProcessor]: New test run starting with id 'undefined' is not for the current requested test run Id: x5g218gijin
[2022-10-24 18:07:43.542] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Beginning ambient test event processing
[2022-10-24 18:07:43.543] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to begin test event processing
[2022-10-24 18:07:43.543] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Proceeding to begin processing test events
[2022-10-24 18:07:43.822] [DEBUG] [KarmaTestRunProcessor]: Test run started in browser: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.822] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.857] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec0' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.857] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec0
[2022-10-24 18:07:43.857] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.857] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec0
[2022-10-24 18:07:43.857] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.860] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.862] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.903] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec1' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.903] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec1
[2022-10-24 18:07:43.903] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Failed
[2022-10-24 18:07:43.903] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec1
[2022-10-24 18:07:43.903] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Creating detailed test failure decorations for test id: spec1
[2022-10-24 18:07:43.903] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Filtering Failed test result event for test id: spec1
[2022-10-24 18:07:43.903] [DEBUG] [KarmaTestRunProcessor]: [FAILURE] ❌ Failed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.903] [INFO] [SimpleProcess]: [Process 2a4h41i468z][stdout]: WebKit 537.36 (undefined 0.0.0) Combat Hero Attack General capture FAILED
Error: Expected 0 to be 2.
at <Jasmine>
at UserContext.<anonymous> (/Users/aaa/Documents/projects/projectname/unit-test/combat.test.js:69:40)
at <Jasmine>
[2022-10-24 18:07:43.907] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.907] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.910] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec75' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.910] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec75
[2022-10-24 18:07:43.910] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.910] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec75
[2022-10-24 18:07:43.910] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.914] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec74' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.914] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec74
[2022-10-24 18:07:43.914] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.915] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec74
[2022-10-24 18:07:43.915] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.918] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.918] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.959] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec77' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.959] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec77
[2022-10-24 18:07:43.959] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.959] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec77
[2022-10-24 18:07:43.959] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.966] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec76' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.966] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec76
[2022-10-24 18:07:43.966] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.966] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec76
[2022-10-24 18:07:43.966] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:43.968] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.968] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:43.996] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec29' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:43.996] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec29
[2022-10-24 18:07:43.996] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:43.996] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec29
[2022-10-24 18:07:43.996] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.001] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec36' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.001] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec36
[2022-10-24 18:07:44.001] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.001] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec36
[2022-10-24 18:07:44.001] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.008] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec43' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.008] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec43
[2022-10-24 18:07:44.008] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.008] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec43
[2022-10-24 18:07:44.008] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.013] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec24' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.013] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec24
[2022-10-24 18:07:44.013] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.013] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec24
[2022-10-24 18:07:44.013] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.018] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec13' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.018] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec13
[2022-10-24 18:07:44.018] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.018] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec13
[2022-10-24 18:07:44.018] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.023] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec40' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.023] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec40
[2022-10-24 18:07:44.023] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.023] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec40
[2022-10-24 18:07:44.023] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.028] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec35' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.028] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec35
[2022-10-24 18:07:44.028] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.028] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec35
[2022-10-24 18:07:44.028] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.031] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec23' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.031] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec23
[2022-10-24 18:07:44.031] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.031] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec23
[2022-10-24 18:07:44.031] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.036] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec14' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.036] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec14
[2022-10-24 18:07:44.036] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.036] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec14
[2022-10-24 18:07:44.036] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.041] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec16' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.041] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec16
[2022-10-24 18:07:44.041] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.041] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec16
[2022-10-24 18:07:44.041] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.046] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec17' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.046] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec17
[2022-10-24 18:07:44.046] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.046] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec17
[2022-10-24 18:07:44.046] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.051] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec28' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.051] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec28
[2022-10-24 18:07:44.051] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.051] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec28
[2022-10-24 18:07:44.051] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.055] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec18' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.055] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec18
[2022-10-24 18:07:44.055] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.055] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec18
[2022-10-24 18:07:44.055] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.060] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec41' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.060] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec41
[2022-10-24 18:07:44.060] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.060] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec41
[2022-10-24 18:07:44.060] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.063] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec30' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.063] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec30
[2022-10-24 18:07:44.063] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.063] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec30
[2022-10-24 18:07:44.063] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.066] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec27' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.066] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec27
[2022-10-24 18:07:44.066] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.066] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec27
[2022-10-24 18:07:44.066] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.071] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec39' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.071] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec39
[2022-10-24 18:07:44.071] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.071] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec39
[2022-10-24 18:07:44.071] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.076] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec33' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.076] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec33
[2022-10-24 18:07:44.076] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.076] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec33
[2022-10-24 18:07:44.076] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.081] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec21' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.081] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec21
[2022-10-24 18:07:44.081] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.081] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec21
[2022-10-24 18:07:44.081] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.084] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec32' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.084] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec32
[2022-10-24 18:07:44.084] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.084] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec32
[2022-10-24 18:07:44.084] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.088] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec20' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.088] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec20
[2022-10-24 18:07:44.088] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.088] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec20
[2022-10-24 18:07:44.088] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.093] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec34' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.093] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec34
[2022-10-24 18:07:44.093] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.093] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec34
[2022-10-24 18:07:44.093] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.096] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec22' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.096] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec22
[2022-10-24 18:07:44.096] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.096] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec22
[2022-10-24 18:07:44.096] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.101] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec15' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.101] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec15
[2022-10-24 18:07:44.101] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.101] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec15
[2022-10-24 18:07:44.101] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.109] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec38' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.109] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec38
[2022-10-24 18:07:44.109] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.109] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec38
[2022-10-24 18:07:44.109] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.113] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec25' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.113] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec25
[2022-10-24 18:07:44.113] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.113] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec25
[2022-10-24 18:07:44.113] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.117] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec37' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.117] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec37
[2022-10-24 18:07:44.117] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.117] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec37
[2022-10-24 18:07:44.117] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.123] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec44' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.123] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec44
[2022-10-24 18:07:44.123] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.123] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec44
[2022-10-24 18:07:44.123] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.128] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec19' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.128] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec19
[2022-10-24 18:07:44.128] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.128] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec19
[2022-10-24 18:07:44.128] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.132] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec31' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.132] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec31
[2022-10-24 18:07:44.132] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.132] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec31
[2022-10-24 18:07:44.132] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.137] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec26' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.137] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec26
[2022-10-24 18:07:44.137] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.137] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec26
[2022-10-24 18:07:44.137] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.142] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec42' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.142] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec42
[2022-10-24 18:07:44.142] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.142] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec42
[2022-10-24 18:07:44.142] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.144] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.145] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.170] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec62' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.170] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec62
[2022-10-24 18:07:44.170] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.170] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec62
[2022-10-24 18:07:44.170] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.174] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec63' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.174] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec63
[2022-10-24 18:07:44.174] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.174] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec63
[2022-10-24 18:07:44.174] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.179] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec58' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.179] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec58
[2022-10-24 18:07:44.179] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.179] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec58
[2022-10-24 18:07:44.179] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.184] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec59' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.184] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec59
[2022-10-24 18:07:44.184] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.184] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec59
[2022-10-24 18:07:44.184] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.187] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec57' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.187] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec57
[2022-10-24 18:07:44.187] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.187] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec57
[2022-10-24 18:07:44.187] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.191] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec56' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.191] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec56
[2022-10-24 18:07:44.191] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.191] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec56
[2022-10-24 18:07:44.191] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.196] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec61' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.196] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec61
[2022-10-24 18:07:44.196] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.196] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec61
[2022-10-24 18:07:44.196] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.202] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec55' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.202] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec55
[2022-10-24 18:07:44.202] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.202] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec55
[2022-10-24 18:07:44.202] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.206] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec54' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.206] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec54
[2022-10-24 18:07:44.206] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.206] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec54
[2022-10-24 18:07:44.206] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.209] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec48' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.209] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec48
[2022-10-24 18:07:44.209] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.209] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec48
[2022-10-24 18:07:44.209] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.214] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec60' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.214] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec60
[2022-10-24 18:07:44.214] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.214] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec60
[2022-10-24 18:07:44.214] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.217] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec53' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.217] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec53
[2022-10-24 18:07:44.217] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.217] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec53
[2022-10-24 18:07:44.217] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.221] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec52' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.221] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec52
[2022-10-24 18:07:44.221] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.221] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec52
[2022-10-24 18:07:44.221] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.224] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec50' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.224] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec50
[2022-10-24 18:07:44.224] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.224] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec50
[2022-10-24 18:07:44.224] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.229] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec46' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.229] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec46
[2022-10-24 18:07:44.229] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.229] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec46
[2022-10-24 18:07:44.229] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.232] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec51' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.232] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec51
[2022-10-24 18:07:44.232] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.232] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec51
[2022-10-24 18:07:44.232] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.237] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec49' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.237] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec49
[2022-10-24 18:07:44.237] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.237] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec49
[2022-10-24 18:07:44.237] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.240] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec47' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.240] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec47
[2022-10-24 18:07:44.240] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.240] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec47
[2022-10-24 18:07:44.240] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.246] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec45' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.246] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec45
[2022-10-24 18:07:44.246] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.246] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec45
[2022-10-24 18:07:44.246] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.250] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.252] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.278] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec5' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.278] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec5
[2022-10-24 18:07:44.278] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.278] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec5
[2022-10-24 18:07:44.278] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.281] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec4' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.281] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec4
[2022-10-24 18:07:44.281] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.281] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec4
[2022-10-24 18:07:44.281] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.284] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec7' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.284] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec7
[2022-10-24 18:07:44.284] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.284] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec7
[2022-10-24 18:07:44.284] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.288] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec6' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.288] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec6
[2022-10-24 18:07:44.288] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.288] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec6
[2022-10-24 18:07:44.288] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.293] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec9' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.293] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec9
[2022-10-24 18:07:44.293] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.293] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec9
[2022-10-24 18:07:44.294] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.298] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec8' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.298] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec8
[2022-10-24 18:07:44.298] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.298] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec8
[2022-10-24 18:07:44.298] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.302] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec2' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.302] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec2
[2022-10-24 18:07:44.302] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.302] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec2
[2022-10-24 18:07:44.302] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.306] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec3' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.306] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec3
[2022-10-24 18:07:44.306] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.306] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec3
[2022-10-24 18:07:44.306] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.317] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.317] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.343] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec12' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.343] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec12
[2022-10-24 18:07:44.343] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.343] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec12
[2022-10-24 18:07:44.343] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.346] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec11' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.346] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec11
[2022-10-24 18:07:44.346] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.346] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec11
[2022-10-24 18:07:44.346] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.349] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec10' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.349] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec10
[2022-10-24 18:07:44.349] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.349] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec10
[2022-10-24 18:07:44.349] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.353] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.355] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.357] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec73' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.357] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec73
[2022-10-24 18:07:44.357] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.357] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec73
[2022-10-24 18:07:44.357] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.361] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.362] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.387] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec68' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.387] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec68
[2022-10-24 18:07:44.387] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.387] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec68
[2022-10-24 18:07:44.387] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.394] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec69' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.394] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec69
[2022-10-24 18:07:44.394] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.394] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec69
[2022-10-24 18:07:44.394] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.401] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec64' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.401] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec64
[2022-10-24 18:07:44.401] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.401] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec64
[2022-10-24 18:07:44.401] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.409] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec65' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.409] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec65
[2022-10-24 18:07:44.409] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.409] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec65
[2022-10-24 18:07:44.409] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.414] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec71' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.414] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec71
[2022-10-24 18:07:44.414] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.414] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec71
[2022-10-24 18:07:44.414] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.422] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec70' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.422] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec70
[2022-10-24 18:07:44.422] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.422] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec70
[2022-10-24 18:07:44.422] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.427] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec67' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.427] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec67
[2022-10-24 18:07:44.427] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.427] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec67
[2022-10-24 18:07:44.427] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.435] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec66' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.435] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec66
[2022-10-24 18:07:44.435] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.435] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec66
[2022-10-24 18:07:44.435] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.440] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.440] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.460] [DEBUG] [KarmaTestRunProcessor]: Processing received spec id 'spec72' with test processor: KarmaAutoWatchTestEventProcessor
[2022-10-24 18:07:44.460] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test result event for test id: spec72
[2022-10-24 18:07:44.460] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to process test result event having status: Success
[2022-10-24 18:07:44.460] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Processing test result event for test id: spec72
[2022-10-24 18:07:44.460] [DEBUG] [KarmaTestRunProcessor]: [SUCCESS] ✅ Passed - WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.464] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_info
[2022-10-24 18:07:44.468] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browsers_change
[2022-10-24 18:07:44.468] [DEBUG] [KarmaTestRunProcessor]: Test run completed in browser: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.468] [DEBUG] [KarmaTestRunProcessor]: Ignoring received karma event: browser_complete_with_no_more_retries
[2022-10-24 18:07:44.470] [DEBUG] [KarmaTestRunProcessor]: Test run completed with status 'Complete' for browsers: WebKit 537.36 (undefined 0.0.0)
[2022-10-24 18:07:44.470] [DEBUG] [KarmaTestRunProcessor]: Test run ending now with test run Id 'undefined' is not for the current requested test run Id: x5g218gijin
[2022-10-24 18:07:44.470] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Request to conclude test event processing
[2022-10-24 18:07:44.470] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Test event processor is currently processing - Concluding current processing
[2022-10-24 18:07:44.470] [DEBUG] [KarmaAutoWatchTestEventProcessor::KarmaTestEventProcessor]: Aggregate test stats will not be emitted because emit test stats is disabled for the current event processor
[2022-10-24 18:07:44.470] [INFO] [SimpleProcess]: [Process 2a4h41i468z][stdout]: TOTAL: 1 FAILED, 77 SUCCESS
[2022-10-24 18:07:44.470] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Concluding ambient test event processing
[2022-10-24 18:07:44.470] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Retiring 0 skipped ambient test ids
[2022-10-24 18:07:44.473] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Done concluding ambient test event processing
[2022-10-24 18:07:44.473] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient test load events
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec0
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec1
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec75
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec74
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec77
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec76
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec29
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec36
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec43
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec24
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec13
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec40
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec35
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec23
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec14
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec16
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec17
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec28
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec18
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec41
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec30
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec27
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec39
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec33
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec21
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec32
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec20
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec34
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec22
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec15
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec38
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec25
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec37
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec44
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec19
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec31
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec26
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec42
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec62
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec63
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec58
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec59
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec57
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec56
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec61
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec55
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec54
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec48
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec60
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec53
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec52
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec50
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec46
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec51
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec49
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec47
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec45
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec5
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec4
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec7
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec6
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec9
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec8
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec2
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec3
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec12
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec11
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec10
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec73
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec68
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec69
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec64
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec65
[2022-10-24 18:07:44.473] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec71
[2022-10-24 18:07:44.474] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec70
[2022-10-24 18:07:44.474] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec67
[2022-10-24 18:07:44.474] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec66
[2022-10-24 18:07:44.474] [DEBUG] [DefaultTestBuilder]: Focus filter criteria includes test id: spec72
[2022-10-24 18:07:44.474] [DEBUG] [DefaultTestBuilder]: Processed 78 specs to build tests
[2022-10-24 18:07:44.474] [DEBUG] [TestSuiteOrganizer]: Rearranged 9 test files into folders
[2022-10-24 18:07:44.474] [DEBUG] [TestDiscoveryProcessor]: Test discovery - 78 total tests discovered from Karma
[2022-10-24 18:07:44.474] [DEBUG] [TestStore]: Clearing stored tests
[2022-10-24 18:07:44.474] [DEBUG] [TestStore]: Updating stored tests
[2022-10-24 18:07:44.478] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Done processing ambient test load events
[2022-10-24 18:07:44.478] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Processing ambient filtered test events
[2022-10-24 18:07:44.480] [DEBUG] [KarmaAutoWatchTestEventProcessor]: Done processing ambient filtered test events
[2022-10-24 18:07:44.482] [DEBUG] [SimpleProcess]: Process 2a4h41i468z - PID 21532 exited with code '1' and signal 'null' for command: /usr/local/bin/node /Users/aaa/Documents/projects/projectname/node_modules/karma/bin/karma run --port 9976 -- \-\-grep\=\/\$\^\/ \-\-testRunId\=x5g218gijin
[2022-10-24 18:07:44.482] [ERROR] [DefaultTestManager]: Test discovery failed: Process exited with non-zero status code 1
[2022-10-24 18:07:44.482] [ERROR] [KarmaTestExplorer]: Failed to load tests - Test discovery failed: Process exited with non-zero status code 1
[2022-10-24 18:07:44.482] [DEBUG] [NotificationHandler]: Showing 'Error' notification with actions 'Retry Test Load' and message: Failed to load tests - Test discovery failed: Process exited with non-zero status code 1
[2022-10-24 18:07:44.483] [DEBUG] [KarmaTestExplorer]: Updating loaded test store
[2022-10-24 18:07:44.483] [DEBUG] [KarmaTestExplorer]: Clearing loaded root suite
[2022-10-24 18:07:44.483] [DEBUG] [TestStore]: Clearing stored tests
[2022-10-24 18:07:44.483] [INFO] [KarmaTestExplorer]: Finished loading tests in 5.55 secs (Failed)
[2022-10-24 18:07:49.847] [DEBUG] [NotificationHandler]: User selected 'Show Log' for 'Error' notification: Failed to load tests - Test discovery failed: Process exited with non-zero status code 1 (Click to show log)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment