Reason for change: if the status is not set Pluto will automatically set it as None. You will end up with a sitation like this where you need to create another duplicate test run only to change the status:
Idea for solution: add input validation where the user needs to specify the status.
Reason for change: if the status is not set Pluto will automatically set it as
None
. You will end up with a sitation like this where you need to create another duplicate test run only to change the status:Idea for solution: add input validation where the user needs to specify the status.