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
When I try to run my Cypress GH Action, I get the following error:
It looks like this is your first time using Cypress: 10.0.0
[STARTED] Task without title.
[SUCCESS] Task without title.
Opening Cypress...
[3279:0602/130443.877123:ERROR:node_bindings.cc(276)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details.
[3460:0602/130446.518349:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[3460:0602/130446.537660:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
You are attempting to use Cypress with an older config file: cypress.json
When you upgraded to Cypress v10.0 the config file was updated and moved to a new location: cypress.config.js
You may need to update any CLI scripts to ensure that they are referring the new version. This would typically look something like:
"cypress open --config-file=cypress.config.js"
My Cypress project works fine locally and I've converted the config file to cypress.config.js (and the old config is gone). I even tried specifying config-file: in my Cypress GH Action with: block parameters to no avail. This is a blocking issue for us.
The text was updated successfully, but these errors were encountered:
When I try to run my Cypress GH Action, I get the following error:
My Cypress project works fine locally and I've converted the config file to cypress.config.js (and the old config is gone). I even tried specifying
config-file:
in my Cypress GH Actionwith:
block parameters to no avail. This is a blocking issue for us.The text was updated successfully, but these errors were encountered: