You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type function. Received an instance of Object
at checkListener (events.js:111:11)
at ClientRequest.once (events.js:435:3)
at new ClientRequest (_http_client.js:202:10)
at Object.request (https.js:313:10)
at Object.request (/<my-project-root>/node_modules/agent-base/patch-core.js:25:22)
at HttpStream.sendRequest (/<my-project-root>/node_modules/@cucumber/cucumber/src/formatter/http_stream.ts:106:25)
at IncomingMessage.<anonymous> (/<my-project-root>/node_modules/@cucumber/cucumber/src/formatter/http_stream.ts:100:18)
at IncomingMessage.emit (events.js:327:22)
at endReadableNT (_stream_readable.js:1327:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
Doesn't prevent me from working at all. I just wanted to try the new reports feature, using the --publish-quiet to remove the banner works fine.
Using version 7.0.0
The text was updated successfully, but these errors were encountered:
Fryuni
changed the title
TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type function
Error when trying to publish reports: TypeError [ERR_INVALID_ARG_TYPE]: The "listener" argument must be of type function
Dec 31, 2020
I got this error just by enabling
--publish
:Doesn't prevent me from working at all. I just wanted to try the new reports feature, using the
--publish-quiet
to remove the banner works fine.Using version
7.0.0
The text was updated successfully, but these errors were encountered: