-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
CIGeneral issues involving running in a CI providerGeneral issues involving running in a CI provider
Milestone
Description
Hi,
When running CI we periodically get the following cryptic error
Tests should begin momentarily...
Error processing argument at index 0, conversion failure from null
TypeError: Error processing argument at index 0, conversion failure from null
at TypeError (native)
at exit (/root/.cypress/Cypress/resources/app/index.js:1752:20)
at tryCatcher (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/util.js:16:23)
at Promise._settlePromiseFromHandler (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:503:31)
at Promise._settlePromise (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:560:18)
at Promise._settlePromise0 (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:605:10)
at Promise._settlePromises (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/promise.js:684:18)
at Async._drainQueue (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/async.js:126:16)
at Async._drainQueues (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/async.js:136:10)
at Immediate.Async.drainQueues [as _onImmediate] (/root/.cypress/Cypress/resources/app/node_modules/bluebird/js/release/async.js:16:14)
at tryOnImmediate (timers.js:534:15)
at processImmediate [as _immediateCallback] (timers.js:514:5)
I believe that this has to do with some bootstrapping issue?
Metadata
Metadata
Assignees
Labels
CIGeneral issues involving running in a CI providerGeneral issues involving running in a CI provider