-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Homework25 #25
base: main
Are you sure you want to change the base?
Homework25 #25
Conversation
The code is not compiled! Please finish the homework!You got this problem, please correct it. HINT Step 1
Step 2 SOLUTION
Let’s execute TestNG classes in parallel using TestNG xml as below:
Let’s declare a static WebDriver as ThreadLocal. I have created simple methods to set, get and remove driver.
Running Tests
I'll try to help you, here's an example of parallel testing in 4 threads on a local machine: Download https://github.com/Berichicko/taf-parallel-testing.git ** To run tests, run the following command** gradle clean test Do I have to run tests in Lambdatest or on my local machine? |
If you can, please provide me the full answer so that I may see how this works.