Error when there are test failures #30035
Unanswered
jayakannanj
asked this question in
CI setup
Replies: 1 comment 8 replies
-
You may get better results if you update Cypress. |
Beta Was this translation helpful? Give feedback.
8 replies
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.
-
Hello All,
Wanted to check if anyone has come across this before. I have cypress cloud configured to run in CI. Whenever there are test failures I get the following error at the end of the test run hence I am unable to extract the dashboard URL to output in our internal report channel. Would appreciate your help. Thanks
`DevTools listening on ws://127.0.0.1:39763/devtools/browser/952626e9-232d-4c2a-94d7-31e7d9450489
[1912:0814/082611.971048:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.portal.Settings.Read: object_path= /org/freedesktop/portal/desktop: unknown error type:
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
node:child_process:965
throw err;
^
Error: Command failed: cypress run --record --key *** --browser chrome
at checkExecSyncError (node:child_process:890:11)
at execSync (node:child_process:962:15)
at Object. (/home/runner/work/ve3-platform-automation-tests/ve3-platform-automation-tests/cypress-cloud-exec.js:3:1)
at Module._compile (node:internal/modules/cjs/loader:1364:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1422:10)
at Module.load (node:internal/modules/cjs/loader:1203:32)
at Module._load (node:internal/modules/cjs/loader:1019:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:128:12)
at node:internal/main/run_main_module:28:49 {
status: 10,
signal: null,
output: [ null, null, null ],
pid: 1719,
stdout: null,
stderr: null
}
Node.js v18.20.4
Error: Process completed with exit code 1.`
Beta Was this translation helpful? Give feedback.
All reactions