mardi 28 juillet 2015

Displaying links to files in tests annotations

Can anyone give me a hand please?

I have a file with sourse scenario and would like to attach the path to it and see it in test annotation and maybe in test reports. E.g.:

@Test(priority = 1, alwaysRun = true, description = "/resources/textExample.txt")
public void addAddressTest() {
}

Is there a way to do this using standard annotations? The main goal is to open the file by clicking it and to see the link to it ("/resources/textExample.txt")) in my final reports. Could you please tell me how it can be made?

Aucun commentaire:

Enregistrer un commentaire