agent-js-cypress icon indicating copy to clipboard operation
agent-js-cypress copied to clipboard

Launches not reflected in RP Dashboard - API Token correct

Open derkraken21 opened this issue 3 years ago • 2 comments

Hi, I am using the cypress-reportportal plugin and have the same configuration as specified hier but running my test does not appear in RP.

I also included some logging in my test scripts such as:

cy.setTestDescription("1","with user details")
cy.addTestAttributes([
    {
        value: 'userTest'
    },
])
..
..
 cy.setStatusPassed("with user details")

Hopefully, someone here could help me. Maybe i forgot something to add or configure? Thank you!

derkraken21 avatar Feb 08 '22 12:02 derkraken21

I am also facing the same issue. Any updates here?

zlareb1-yb avatar Jul 04 '22 06:07 zlareb1-yb

Hello guys! Is this issue still relevant for you using the latest version of agent-js-cypress? Check out the demonstration repo for an example usage. Feel free to ask questions if any.

AmsterGet avatar Jul 26 '24 15:07 AmsterGet