You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since the upgrade to 9.0.2 the createWithoutTemplate graphql mutation does not set the outcomeNotes. It could be my buggy code but I would appreciate if you could look into it.
To Reproduce
The following python script can be used to verify the issue. Please change the values accordingly in the below .env file and then execute the python script python3 whatever-you-name-it --config .env
if you add the outcomeNotes to the results of the GraphQL query, one can see that they are set to null
testCases {
id, name, outcomeNotes
}
A workaround is to obtain the IDs of the testcases from the graphql result and then use the update(input: UpdateTestCaseInput!): UpdateTestCasePayload mutation to set the outcomeNotes
Describe the bug
Since the upgrade to 9.0.2 the
createWithoutTemplate
graphql mutation does not set theoutcomeNotes
. It could be my buggy code but I would appreciate if you could look into it.To Reproduce
The following python script can be used to verify the issue. Please change the values accordingly in the below
.env
file and then execute the python scriptpython3 whatever-you-name-it --config .env
Expected behavior
The
outcomeNotes
hold the provided valueOutcome notes
Screenshots
User Platform(please complete the following information):
VECTR Host(please complete the following information):
The text was updated successfully, but these errors were encountered: