#### 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? ```bash 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