Skip to content

Commit

Permalink
support to add meta-data to test case at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayswal committed Jul 21, 2023
1 parent 00eea3e commit 4c0e7e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/com/qmetry/qaf/automation/util/Reporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ public static void addMetadata(String key, String val) {
}

/**
* Add meta-data to test case. Useful to link cloud session, video etc.
* Add meta-data to current test case. Useful to link cloud session, video etc.
*
* @param tr
* @param key
* @param val
*/
Expand Down

0 comments on commit 4c0e7e4

Please sign in to comment.