Skip to content

Commit

Permalink
plugin caps update
Browse files Browse the repository at this point in the history
  • Loading branch information
4DvAnCeBoY committed Jan 30, 2024
1 parent be04980 commit 485dac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/lambdatest/TestNGTodo1.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void setup(Method m, ITestContext ctx) throws MalformedURLException {
caps.setCapability("version", "latest");
caps.setCapability("build", "TestNG With Java");
caps.setCapability("name", m.getName() + " - " + this.getClass().getName());
caps.setCapability("project", "git-testng");
caps.setCapability("plugin", "git-testng");

String[] Tags = new String[] { "Feature", "Falcon", "Severe" };

Expand Down

0 comments on commit 485dac0

Please sign in to comment.