Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: createMergeLaunchLockFile is not a function #53

Closed
albadam000 opened this issue Jun 24, 2020 · 0 comments · Fixed by #54
Closed

TypeError: createMergeLaunchLockFile is not a function #53

albadam000 opened this issue Jun 24, 2020 · 0 comments · Fixed by #54
Assignees
Labels
bug Something isn't working

Comments

@albadam000
Copy link

albadam000 commented Jun 24, 2020

Following error occurs after updating to @reportportal/agent-js-cypress 5.0.0:

****/node_modules/@reportportal/agent-js-cypress/lib/reporter.js:68
createMergeLaunchLockFile(launch, tempId);
^

TypeError: createMergeLaunchLockFile is not a function
at Reporter.runStart (/Users/1077260/Documents/source/Platform/cypress-canary-tests/node_modules/@reportportal/agent-js-cypress/lib/reporter.js:68:7)
at process. (/Users/1077260/Documents/source/Platform/cypress-canary-tests/node_modules/@reportportal/agent-js-cypress/lib/worker.js:41:16)
at process.emit (events.js:210:5)
at emit (internal/child_process.js:876:12)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
✓ Can open *** website (3057ms)
Error [ERR_IPC_CHANNEL_CLOSED] [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at ChildProcess.target.send (internal/child_process.js:678:16)
at Runner. (/Users/1077260/Documents/source/Platform/cypress-canary-tests/node_modules/@reportportal/agent-js-cypress/lib/cypressReporter.js:137:19)
at Runner.emit (events.js:215:7)
at Reporter.emit (/Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/server/lib/reporter.js:263:54)
at Object.onMocha (/Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/server/lib/project.js:381:18)
at Socket. (/Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/server/lib/socket.js:313:32)
at Socket.emit (events.js:210:5)
at /Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/socket/node_modules/socket.io/lib/socket.js:528:12
at processTicksAndRejections (internal/process/task_queues.js:75:11)
{
code: 'ERR_IPC_CHANNEL_CLOSED'
}
Error [ERR_IPC_CHANNEL_CLOSED] [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at ChildProcess.target.send (internal/child_process.js:678:16)
at Runner. (/Users/1077260/Documents/source/Platform/cypress-canary-tests/node_modules/@reportportal/agent-js-cypress/lib/cypressReporter.js:137:19)
at Runner.emit (events.js:215:7)
at Reporter.emit (/Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/server/lib/reporter.js:263:54)
at Object.onMocha (/Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/server/lib/project.js:381:18)
at Socket. (/Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/server/lib/socket.js:313:32)
at Socket.emit (events.js:210:5)
at /Users/1077260/Library/Caches/Cypress/4.9.0/Cypress.app/Contents/Resources/app/packages/socket/node_modules/socket.io/lib/socket.js:528:12
at processTicksAndRejections (internal/process/task_queues.js:75:11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants