Can't Run Cypress 10 Project On Ubuntu #22180
Unanswered
alshaikhsaji
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After an upgrade to Cypress 10.0.3 (which distinguishes, for the first time, End to End V Component testing) We've successfully migrated the project and can run End to End (e2e) tests in Widnows. But We can't run it in linux & jenkins.
We got the following issue:
`[1536633:0607/124448.571832:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[1536633:0607/124448.579635:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
/home/ubuntu/.cache/Cypress/10.0.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/run_plugins.js:40
invoke = (eventId, args = []) => {
^
SyntaxError: Unexpected token =
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/ubuntu/.cache/Cypress/10.0.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/run_require_async_child.js:7:24)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/ubuntu/.cache/Cypress/10.0.3/Cypress/resources/app/node_modules/@packages/server/lib/plugins/child/require_async_child.js:12:13)`
Is it a real issue? Are there some instructions should be followed to run the cypress-10 project on linux | Jenkins?
Please Advise.
Beta Was this translation helpful? Give feedback.
All reactions