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

Question: add testCaseId and attributes to suite

Open edgar-koster opened this issue 2 years ago • 1 comments

I'm implementing this agent and it is working. Now I also want to add a testCaseId and attributes to a suite. I tried this with this in the before of a suite (describe) but it doesn't work.

cy.setTestCaseId('15656');
cy.setTestDescription('Some description');

I don't see this information comming in the report portal database either.

Can someone help here?

edgar-koster avatar Mar 14 '22 14:03 edgar-koster

Attributes on a suite are set in the reporterOptions - see #106

dzwarg avatar Mar 28 '22 15:03 dzwarg