jsc
14 years agoRegular Contributor
Adding strings or variables to each checkpoint
Hi all,
is there a possibility to add variables and / or strings to a specific (region) checkpoint, that are displayed if a checkpoint fails?
And can these strings or variables be accessed via jscript.
example: (checkpoint (CP) 1 & 2 are known bugs, CP3 is a new bug)
current behaviour:
- CP1: "the regions are not equal."
- CP2: "the regions are not equal."
- CP3: "the regions are not equal."
Wanted behaviour:
- CP1: "the regions are not equal. Know bug, issue ID = 123"
- CP2: "the regions are not equal. Know bug, issue ID = 239"
- CP3: "the regions are not equal."
I wanted to see directly which failed checkpoints are already known bugs and which fail for the first time.
If there is a different solution to my problem, I would appreciate suggestions.
Kind regards,
Joachim
is there a possibility to add variables and / or strings to a specific (region) checkpoint, that are displayed if a checkpoint fails?
And can these strings or variables be accessed via jscript.
example: (checkpoint (CP) 1 & 2 are known bugs, CP3 is a new bug)
current behaviour:
- CP1: "the regions are not equal."
- CP2: "the regions are not equal."
- CP3: "the regions are not equal."
Wanted behaviour:
- CP1: "the regions are not equal. Know bug, issue ID = 123"
- CP2: "the regions are not equal. Know bug, issue ID = 239"
- CP3: "the regions are not equal."
I wanted to see directly which failed checkpoints are already known bugs and which fail for the first time.
If there is a different solution to my problem, I would appreciate suggestions.
Kind regards,
Joachim