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
we use cypress (latest version) to run UI automated tests in Github which is then configured with Report portal to view test results. I am able to print logs using cypress-terminal-report in the console; however just wanted to know if there's any way to push these logs to report portal as well.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello @shiglikiran !
By default, agent-js-cypress captures all logs coming from the cy.log command.
In addition you can use agent commands for additional log reporting.
According to the cypress-terminal-report documentation, it outputs more detailed information, and currently agent-js-cypress does not catch such a dataset.
So there is no built-in option to support this, but you could try extending the agent's capabilities to do so.
@AmsterGet Many thanks for taking a look at this. However, I'm aware of these agent commands from Cypress but there's no examples around how to use these commands and push them to report portal. If you could provide any leads that would be helpful. Below is exercept from config just in case if it helps
Hello,
we use cypress (latest version) to run UI automated tests in Github which is then configured with Report portal to view test results. I am able to print logs using cypress-terminal-report in the console; however just wanted to know if there's any way to push these logs to report portal as well.
Thanks!
The text was updated successfully, but these errors were encountered: