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
I noticed after installing the latest version of this agent that the issue related to executions doesn't stop when the automerge attribute is enabled persists.
Steps to reproduce
1- Run cypress in headless mode: npx cypress run --browser chrome --spec "path to your spec"
2- Wait until the run is Cypress is done
3- Go to reportportal and inspect the latest launch
4- Inspect Duration time
Expected result
It should display the duration of the run
Actual result
The run never finishes
NOTE:
No log is available since it is a private project from my client
Same thing for the repo
The text was updated successfully, but these errors were encountered:
Hey @notfounnd! yes, I've tried this workaround, but it seems that doesn't work in the latest version of cypress and cypress agent. Waiting for a real fix and not a workaround
I noticed after installing the latest version of this agent that the issue related to executions doesn't stop when the automerge attribute is enabled persists.
Dependencies
Cypress version: 10.3.0
Typescript: 4.7.4
@reportportal/agent-js-cypress: 5.1.0
Browser: chrome
Report portal settings in cypress.config.ts
Steps to reproduce
1- Run cypress in headless mode: npx cypress run --browser chrome --spec "path to your spec"
2- Wait until the run is Cypress is done
3- Go to reportportal and inspect the latest launch
4- Inspect Duration time
Expected result
It should display the duration of the run
Actual result
The run never finishes
NOTE:
No log is available since it is a private project from my client
Same thing for the repo
The text was updated successfully, but these errors were encountered: