agent-js-cypress
agent-js-cypress copied to clipboard
Question: add testCaseId and attributes to suite
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?
Attributes on a suite are set in the reporterOptions
- see #106