[arquillian-issues] [JBoss JIRA] (ARQ-1206) Add configuration option to delete all cookies on reusable browser instance

Dan Allen (JIRA) jira-events at lists.jboss.org
Tue Nov 20 12:59:22 EST 2012


     [ https://issues.jboss.org/browse/ARQ-1206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Allen updated ARQ-1206:
---------------------------

    Description: 
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.

  was:
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 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.


    
> 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
>
> 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


More information about the arquillian-issues mailing list