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

Cookies is installed only for rirst test method #3

Open
krivochenko opened this issue Apr 9, 2017 · 0 comments
Open

Cookies is installed only for rirst test method #3

krivochenko opened this issue Apr 9, 2017 · 0 comments

Comments

@krivochenko
Copy link

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:

[Request Cookies] []

What I do wrong? Thanks for help.

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