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

Support MetaData at Test Suites #39

Open
4 of 7 tasks
ASaiAnudeep opened this issue Nov 12, 2023 · 2 comments · Fixed by #41
Open
4 of 7 tasks

Support MetaData at Test Suites #39

ASaiAnudeep opened this issue Nov 12, 2023 · 2 comments · Fixed by #41
Assignees
Labels
enhancement New feature or request

Comments

@ASaiAnudeep
Copy link
Member

ASaiAnudeep commented Nov 12, 2023

With #35, we are supporting metadata at test case level. Similarly we need to support meta data at test suite level.

  • Cucumber implementation
  • jUnit implementation
  • Mocha implementation
  • TestNG implementation
  • xUnit implementation
  • nUnit implementation
  • General KeyValue pairs from Test Name
@ASaiAnudeep ASaiAnudeep added the enhancement New feature or request label Nov 12, 2023
@ASaiAnudeep ASaiAnudeep self-assigned this Nov 12, 2023
@ASaiAnudeep ASaiAnudeep linked a pull request Nov 13, 2023 that will close this issue
@ASaiAnudeep ASaiAnudeep reopened this Nov 13, 2023
@bryanbcook
Copy link
Contributor

To update the above checklist:

  • xUnit doesn't have <traits> at the <collection> level. so no implementation is required
  • nUnit implemenation introduced in Add support NUnit XML format #38 already supports inheriting <categories> (v2) and <properties> (v3) from the parent.

@bryanbcook
Copy link
Contributor

@ASaiAnudeep what else are you looking for in this issue?

TestNG captures 'groups' per test case, not per suite. I'm not sure what other meta data at the suite level you'd want to capture.

Can you provide some more detail for "General KeyValue pairs from TestName"?

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

Successfully merging a pull request may close this issue.

2 participants