-
-
Notifications
You must be signed in to change notification settings - Fork 728
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
Gherkin + Chunk combination #1297
Comments
If I remove the chunks configuration then the scenarios are executing as expected in sequential manner on two browsers chrome and firefox in parallel. So the question is, do we support chunks with gherkin approach? |
Any updates here? @kulin24 |
No, there is no update on this issue. This bug still exists as far as I know. |
Parralel execution is not working with Gherkin scenario 😞 |
@kulin24 did you find out what is problem? Does it work now? |
Any updates on this issue? |
I don’t have any updates on this issue. I don’t think the owners of this framework has given us any acknowledgment on this issue nor do we have any ETA on the resolution of this issue. |
This is still an issue |
Parallel Executions with Gherkin is still an issue |
Yes, unfortunately, it still is :( |
I have faced issues in Before After hooks when Browser session closes or launches, and issue is still there specifically with WebDriver. cc @koushikmohan1996 |
@kulin24 do you have some docs of how to use , or where you get the PerfectoWebDriverIO helper ?im trying to check if there is a way to connect with perfecto mobile. |
@javierfuentesm / @kulin24 I'm looking for an example of perfecto integration - can either of you assist? |
What are you trying to achieve?
I am trying to execute the gherkin scenarios in parallel using chunk functionality.
What do you get instead?
The scenarios are not executed in parallel. The chunk configuration is not taking effect.
DeviceCaps.json file:
{
"wiki": {
"chunks": 2,
"browsers": [
{
"browser": "Firefox",
"browserName": "Firefox",
"user": "kulins@perfectomobile.com",
"securityToken": "",
"platformName": "Windows",
"platformVersion": "10",
"browserVersion": "62",
"resolution": "1280x1024",
"location": "US East"
},
{
"browser": "Chrome",
"browserName": "Chrome",
"user": "",
"securityToken": "",
"platformName": "Windows",
"platformVersion": "10",
"browserVersion": "70",
"resolution": "1280x1024",
"location": "US East"
}
],
"grep": "@wiki"
}
}
Details
The text was updated successfully, but these errors were encountered: