question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parallel UI tests inputting text from all tests across multiple chrome instances

See original GitHub issue

Please find attached .zip file (due to space issues, does not contain karate.kar file -it’s version 1.2.0). I am running this code within a docker container using the following command (assuming the code lives at C:\Code\demo:

docker run -v C:\Code\demo:/demo -w /demo --name karate --rm -p 9222:9222 -p 5900:5900 -e KARATE_SOCAT_START=true --cap-add=SYS_ADMIN ptrthomas/karate-chrome

Then, once connected to the container, I run the following:

mvn clean test -Dtest=AppianAPIUITestRunnerPARALLEL -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true

I am expecting the 2 UI tests to run in parallel, one passing in “one” to the search, and the second one passing in “two”. Instead, they appear to be passing a combination of the text.

demo.zip

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ptrthomascommented, Aug 2, 2022

@pauliehyland and sincere apologies for the delay, I should have noticed this in your first comment, but things have been hectic. also my go to reference for UI parallel automation is this stack overflow answer: https://stackoverflow.com/a/60387907/143475

1reaction
ptrthomascommented, Jul 25, 2022

@pauliehyland we prioritize anything that multiple users report

Read more comments on GitHub >

github_iconTop Results From Across the Web

A complete guide to parallel testing - HeadSpin
The blog walks us through the basics of parallel testing, its benefits, implementation, challenges, and the best-in-class parallel testing ...
Read more >
Parallel Test Execution in Selenium : Tutorial | BrowserStack
In parallel testing, we test different modules or applications on multiple browsers in parallel rather than one by one. The parallel test ......
Read more >
Parallel Testing With JUnit 5 And Selenium [Tutorial]
In this blog, we deep dive into how to perform parallel test execution with the JUnit 5 framework and Selenium.
Read more >
Running two Test cases(method) in two same browsers using ...
I am trying to execute parallel testing in tow test cases(methods) in two same browsers. But when I run, it opens two same...
Read more >
Run tests in parallel with pytest - Selenium Easy
Instead of running tests sequentially, or one after the other, parallel testing allows us to execute multiple tests at the same and decrease...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found