Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: add testCaseId and attributes to suite #110

Open
edgar-koster opened this issue Mar 14, 2022 · 1 comment
Open

Question: add testCaseId and attributes to suite #110

edgar-koster opened this issue Mar 14, 2022 · 1 comment

Comments

@edgar-koster
Copy link

edgar-koster commented Mar 14, 2022

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?

@dzwarg
Copy link

dzwarg commented Mar 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants