Hi I have some UI tests and some non UI tests.
Single UI test that runs on 3 browsers(say IE, chrome, ff). I want to prefix testname with the browser name.
Ex :-
UI testA -> runs on ff, IE, Chrome
NonUI testB
I though of using beforeInvocation and afterInvocation methods. But how would i get the info on which browser was used for test ?
I want test report as below.
ff_testA
IE_testA
Chrome_testA
testB
I dont want to pass browser info as parameter. Users will use -DBrowserSpec parameter and pass it.
Any guidance highly appreciated.
Thank you
Shankar KC
--
You received this message because you are subscribed to the Google Groups "testng-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
To post to this group, send email to
[hidden email].
Visit this group at
http://groups.google.com/group/testng-users.
For more options, visit
https://groups.google.com/groups/opt_out.