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

Introduce strategies for test ID generation #1286

Closed
Evangelink opened this issue Sep 27, 2022 · 0 comments · Fixed by #1306
Closed

Introduce strategies for test ID generation #1286

Evangelink opened this issue Sep 27, 2022 · 0 comments · Fixed by #1306

Comments

@Evangelink
Copy link
Member

Evangelink commented Sep 27, 2022

Description

MSTest has been through various strategies to generate test IDs and so far the changes have been done in a one choice only behavior. Through this ticket, we want to fix this issue by introducing strategies (via some enum) to let users decide how we should generate test IDs.

We have identified the following strategies:

  • Legacy: strategy used by from v1 to v2.2.3
  • Display name: strategy used between v2.2.4 and v2.2.10
  • Data: new default strategy used from v3 forward

We have identified the following issues as impacted/fixed by this change:

AB#1634557

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

Successfully merging a pull request may close this issue.

3 participants