Skip to content

Instantly share code, notes, and snippets.

[0-0] 2021-05-13T20:12:08.993Z DEBUG @wdio/sync: Finished to run "afterCommand" hook in 0ms
[0-0] 2021-05-13T20:12:08.994Z INFO webdriver: COMMAND executeAsyncScript(<fn>, <object>)
[0-0] 2021-05-13T20:12:08.995Z INFO webdriver: [POST] http://localhost:4444/wd/hub/session/e23d328c2714a4a95f9f025394436cee/execute_async
[0-0] 2021-05-13T20:12:08.995Z INFO webdriver: DATA { script:
'return (function (opts, done) {\n // eslint-disable-next-line prefer-arrow-callback, func-names\n axe.run(document, opts, function (error, result) {\n // eslint-disable-next-line object-shorthand\n done({\n error: error,\n result: result\n }); // IE 10 does not support object short hand. This line must explicity define the key and value of the object.\n });\n }).apply(null, arguments)',
args: [ { rules: [Object], runOnly: [Array] } ] }
[0-0] 2021-05-13T20:12:09.315Z INFO webdriver: RESULT { error: null,
result:
{ inapplicable:
[ [Object],
This file has been truncated, but you can view the full file.
bc9129•Code/Terra/terra-application(migrate-terra-dev-site)» npm run wdio-default [15:06:21]
> terra-application@0.0.0 wdio-default /Users/bc9129/Code/Terra/terra-application
> terra wdio --spec skip-to-links-spec
terra info [terra-functional-testing:clean-snapshots] Cleaned wdio snapshots directories.
2021-05-13T20:10:55.061Z DEBUG @wdio/config:utils: Couldn't find ts-node package, no TypeScript compiling
2021-05-13T20:10:55.932Z WARN @wdio/config:ConfigParser: pattern ./tests/wdio/**/*-spec.js did not match any file
Execution of 1 spec files started at 2021-05-13T20:10:56.049Z
This file has been truncated, but you can view the full file.
terra info [terra-functional-testing:webpack-server] Starting the webpack dev server.
ℹ 「wds」: Project is running at http://0.0.0.0:8080/webpack-dev-server/
ℹ 「wds」: webpack output is served from
ℹ 「wds」: Content not from webpack is served from /Users/bc9129/Code/Terra/terra-application
terra info [terra-functional-testing:webpack-server] Webpack server has started listening at http://0.0.0.0:8080/.
terra info [terra-functional-testing:wdio-selenium-docker-service] Starting the docker selenium hub...
terra info [terra-functional-testing:wdio-selenium-docker-service] Successfully started the docker selenium hub.
(node:15636) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.