[
https://issues.jboss.org/browse/ARQ-1206?page=com.atlassian.jira.plugin.s...
]
Karel Piwko commented on ARQ-1206:
----------------------------------
This was implemented as *reuseCookies* configuration property that is disabled by default.
If set to true, we all cookies are deleted as the browser instance is created.
Add configuration option to delete all cookies on reusable browser
instance
---------------------------------------------------------------------------
Key: ARQ-1206
URL:
https://issues.jboss.org/browse/ARQ-1206
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Drone
Affects Versions: drone_1.1.0.Final
Reporter: Dan Allen
Assignee: Karel Piwko
Labels: starter
Fix For: drone_1.2.0.Alpha2
Story:
*In order* to avoid false results from state leaking between deployments when using a
reusable browser instance
*As a* tester
*I want* to be able to specify that Drone delete all cookies upon reconnecting the the
resuable browser instance
Scenario:
*Given* that I've configured the WebDriver extension to use a remote reusable
instance
: *And* I've configure the WebDriver extension to delete all cookies (by setting the
deleteAllCookies property to true)
*When* I inject WebDriver into my test at a @Drone injection point
*Then* The browser should have no cookies
Rationale:
The deleteAllCookies configuration option eliminates potential side effects of using a
remote reusable browser instance.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira