You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.
I've to run my tests/classes in parallel using selenium Grid. For example if I have two classes to be run in parallel, as listed in below TestNG xml.
<test name=" Grid Regression Test" parallel="classes" thread-count="2"> <classes> <class name="cukesRunnerClasses.CucumberRunnerClassAU"/> <class name="cukesRunnerClasses.CucumberRunnerClassNZ"/> </classes> </test>
I'm running one node on localHost and another on a different VM.
It will be really help full if any one can clarify if Consolidated report will be generated with Parallel run
with this report ?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've to run my tests/classes in parallel using selenium Grid. For example if I have two classes to be run in parallel, as listed in below TestNG xml.
<test name=" Grid Regression Test" parallel="classes" thread-count="2"> <classes> <class name="cukesRunnerClasses.CucumberRunnerClassAU"/> <class name="cukesRunnerClasses.CucumberRunnerClassNZ"/> </classes> </test>
I'm running one node on localHost and another on a different VM.
It will be really help full if any one can clarify if Consolidated report will be generated with Parallel run
with this report ?
The text was updated successfully, but these errors were encountered: