Parallel testing in playwright java

Hello , I am trying to run my playwright java test cases in parallel on lambdatest. Setup is using testNG , and have set the thread count to 3. I can see 3 test cases picked at a time on lamdatest , but only 1 gets executed at a time and rest 2 go into queued. Is there any property that needs to be passed to execute cases in parallel.

Hello @Yash.Patel as we can check for Web automation you’re on 1 parallel plan and for App automation you’re on 1 parallel plan. Hence it is displaying 3.

As in this image you’re running the web automation hence it is consuming 1 and keeping 2 in the queue.

1 Like