Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Is this report supports Parallel execution using Selenium Grid #102

Open
ssharmaexp opened this issue Aug 30, 2018 · 0 comments
Open

Is this report supports Parallel execution using Selenium Grid #102

ssharmaexp opened this issue Aug 30, 2018 · 0 comments

Comments

@ssharmaexp
Copy link

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 ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant