We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea5bf5 commit a24b149Copy full SHA for a24b149
src/test/java/com/lambdatest/TestNGTodo2.java
@@ -19,7 +19,8 @@ public class TestNGTodo2 {
19
private String Status = "failed";
20
21
@BeforeMethod
22
- public void setup(Method m, ITestContext ctx) throws MalformedURLException {
+ @org.testng.annotations.Parameters(value = {"browser", "version", "platform"})
23
+ public void TestNGTod2(String device, String version, String platform) {
24
String username = System.getenv("LT_USERNAME") == null ? "Your LT Username" : System.getenv("LT_USERNAME");
25
String authkey = System.getenv("LT_ACCESS_KEY") == null ? "Your LT AccessKey" : System.getenv("LT_ACCESS_KEY");
26
0 commit comments