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

revisit tags and meta data #72

Closed
ASaiAnudeep opened this issue Jul 7, 2024 · 2 comments · Fixed by #76
Closed

revisit tags and meta data #72

ASaiAnudeep opened this issue Jul 7, 2024 · 2 comments · Fixed by #76
Assignees
Labels
enhancement New feature or request

Comments

@ASaiAnudeep
Copy link
Member

  • Tags can be separate property
  • Metadata can be a separate property
@ASaiAnudeep ASaiAnudeep added the enhancement New feature or request label Jul 7, 2024
@bryanbcook
Copy link
Contributor

Can you elaborate on what you'd like to do here?

@ASaiAnudeep ASaiAnudeep self-assigned this Jul 12, 2024
@ASaiAnudeep
Copy link
Member Author

ASaiAnudeep commented Jul 12, 2024

move tags into its own property

declare class TestCase {
  name: string;
  total: number;
  
  tags: string[]
  meta_data: Map<string,string>;
  
}

I have assigned this myself.

@ASaiAnudeep ASaiAnudeep linked a pull request Jul 13, 2024 that will close this issue
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