You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 forthis command but wasn't foundin the response payload
Scenario Steps:
- I.elementIsPresentAndVisible....
Details
CodeceptJS version: latest
NodeJS Version: 6.9.10
Operating System: Mac OSX, Ubuntu
WebDriverIO
The text was updated successfully, but these errors were encountered:
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?
Details
The text was updated successfully, but these errors were encountered: