Closed adrian-85 closed 2 years ago
@adrian-85 please note that you have to use the Runner
API and not the JUnit one. is that the case ?
I believe I am. Included the runner file contents.
tagging as help wanted
as I need time to create a sample project. anyone reading this please feel free to contribute code + fixes
Sample project: https://github.com/J-Harms/karate-parallel-scenario-issue-example/tree/master
While setting this up, I noted this exact problem does not exist in version 1.0.1 in case that is useful at all.
@J-Harms so it must be this change: https://github.com/karatelabs/karate/issues/1608
without digging more - there may be some people who prefer the current behavior. all the info needed for anyone to see which parts of the code need to be tweaked are in the above ticket with commit history. for now, I'd like a second opinion, and ideally a PR.
closing because of inactivity and no one else reporting this. to re-open, please submit a PR
When applying the
@parallel=false
tag at the scenario level, it's running for the scenario after the one that's tagged. Version under test is1.2.0RC2
:Runner File: