Hi! I followed steps in Readme. I have two cest-files: AuthCest and ACest. Each of them has three test methods. Actualy ACest it's just a copy of AuthCest. If I add --debug flag to run command I can see that cookies installed only for first test method in first cest-class:
[Cookie Jar] ["XDEBUG_SESSION=PHPSTORM; path=/; httponly"]
...
[Request Cookies] {"XDEBUG_SESSION":"PHPSTORM"}
For other requests I see:
What I do wrong? Thanks for help.
Hi! I followed steps in Readme. I have two cest-files: AuthCest and ACest. Each of them has three test methods. Actualy ACest it's just a copy of AuthCest. If I add
--debugflag toruncommand I can see that cookies installed only for first test method in first cest-class:For other requests I see:
What I do wrong? Thanks for help.