jsnapy icon indicating copy to clipboard operation
jsnapy copied to clipboard

Feature Request: Support custom title per test case

Open titom73 opened this issue 9 years ago • 1 comments

Type: Feature Request Name: Add Test's title support Goal: Provide a title for each test to be able to identify tests in logs.

Example:

check_state:
  - command: show bgp summary
  - iterate:
      xpath: '//bgp-peer'
      id: './peer-address'
      tests:
        - no-diff: peer-state
          info: "blah"
          err: "blah"
          title: "Title for the test case"

Output's example:

[...]
Tests Included: check_state
*************************Command is show bgp summary*************************
----------------------Performing {{Test case title}} Test Operation----------------------
[...]

titom73 avatar Apr 12 '16 16:04 titom73

Looks similar to #76

dgarros avatar Apr 15 '16 00:04 dgarros