-
Notifications
You must be signed in to change notification settings - Fork 291
Introduce strategies for test ID generation #1286
Copy link
Copy link
Closed
Description
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:
Reactions are currently unavailable