Skip to content
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

restart: false -> fails #506

Closed
MitkoTschimev opened this issue May 7, 2017 · 1 comment
Closed

restart: false -> fails #506

MitkoTschimev opened this issue May 7, 2017 · 1 comment

Comments

@MitkoTschimev
Copy link

MitkoTschimev commented May 7, 2017

What are you trying to achieve?

I want to integrate Codecept scenarios into Jira with ZAPI / Zephyr.
For that i need a direct mapping from scenario to Test Tasks (in Jira).
So what i am doing is to split our scenarios to smaller one to have a better test overview in Jira.
To achieve that we need to use the options -> restart: false to not restart the browser every time otherwise the test execution time would explode :(

So if i am executing one Feature with this setup everything works like expected.
But if i am executing more Features than i get for the second++ an error.

What do you get instead?

1) some test:
     A session id is required for this command but wasn't found in the response payload
  
  Scenario Steps:
  
  - I.elementIsPresentAndVisible....

Details

  • CodeceptJS version: latest
  • NodeJS Version: 6.9.10
  • Operating System: Mac OSX, Ubuntu
  • WebDriverIO
@MitkoTschimev
Copy link
Author

found an open one:

#241

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

No branches or pull requests

1 participant