8000 Sample Tests · LambdaTest/java-testng-selenium@79063c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79063c8

Browse files
committed
Sample Tests
1 parent 0ce7d50 commit 79063c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/lambdatest/Tests/ParallelJenkinsTestThreadControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void test(String param, Method method) throws Exception {
7171
*
7272
* Reporter.log("threadCount" + threadCount);
7373
*/
74-
Reporter.log("threadcount" + System.getProperty("threadcount"));
74+
Reporter.log("threadcountssss" + System.getProperty("threadcount"));
7575
Reporter.log("Running with the value (" + param + ") on thread [" + Thread.currentThread().getId() + "]");
7676
this.setUp(browser, version, os, resValue, method.getName());
7777

0 commit comments

Comments
 (0)
0