Is there a way to customize information displayed for tests in Instances and Runs? To be specific I would like to see tests’ Description field by default. Right now in Instances I can see couple of my custom fields (is there a way to say which to display and which not to?). I know I can see fields by hovering ‘Test in Test Library’ but it is not what I want.
Background:
For several projects we use Gherkin syntax for tests (automated/manual) and in PT we want to use the Description field to contain the whole test (Description field supports rich formatting which helps a lot). We do not want to use steps for our tests. An example of test:
Name: test_1
Description:
Scenario: Some determinable business situation
Given some precondition
When some action by the actor
Then some testable outcome is achieved
Thanks for your answer.