Replies: 1 comment 2 replies
-
Im not sure we do anything around Shares parameters... id need to look a the code to be sure... Are the parameters in the parameters list? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have noticed that the Test Cases's parameters are not migrated even if the test cases were migrated first and then the test plan , using the below config :
"Processors": [
{
"$type": "TestVariablesMigrationConfig",
"Enabled": true
},
{
"$type": "TestConfigurationsMigrationConfig",
"Enabled": true
},
{
"$type": "TestPlansAndSuitesMigrationConfig",
"Enabled": true,
...
Could you please advice if this is a known limitation ?
source:
migrated TC:

Beta Was this translation helpful? Give feedback.
All reactions