Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A parser template is a JSON structure:

...

Its fields specify the properties of a Test Execution item that Zephyr will create for a test run:  

...

  • status 

  • statusExistPass 

  • statusString 

The status field indicates the test results briefly. It might have or have no contents (for instance, the expression you use can refer to a non-existing element in the resulting XML file, or this expression can return an empty string). The other two fields specify how Zephyr treats the status value. 

...

Example 1. Custom test case name 

Suppose you Suppose, you want the test execution item’s name to include both the test suite name and the test case name. In this case, you can use an expression like this (the “-” symbol will be a separator in the resulting name): 

...

To get the idea of how to perform this or that action, explore the pre-configured templates that comes along with Zephyr. See how you can get them

See Also

Parser Templates

Create, Edit, and Delete Parser Templates