Replies: 1 comment
-
Thata a great catch. We maybe need another step on: https://nkdagility.com/learn/azure-devops-migration-tools/howto/migrating-plans-and-suites/ Perhaps to split Shared Steps and Test Cases so that the shared steps are done first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
It seems to me that the line
CommonTools.WorkItemLink.MigrateSharedSteps(this, sourceWorkItem, targetWorkItem);
in the TfsWorkItemMigrationProcessor Link to fix the actual "Steps" (beside the linking) is only executed when Test Cases are migrated (makes sense of course) but it seems to expect that the Shared Steps do already exist. So when a test case is migrated first, and the corresponding shared step afterwards, the linking will be fine but the step itself not. I tested the same procedure by running test case migration AFTER shared step migration and it seems to work fine this way. Any thoughts on this?
Best,
Chris
Beta Was this translation helpful? Give feedback.
All reactions