[
https://issues.jboss.org/browse/ARQAJO-29?page=com.atlassian.jira.plugin....
]
Lukas Fryc commented on ARQAJO-29:
----------------------------------
I would like to introduce which will be called just after configuration context
initialization and before browser start:
{code:Java}
@ConfigureBrowser
public void configureBrowser(AjocadoConfiguration configuration) {
configuration.*();
}
{code}
Allow tests to intercept initializeBrowser()
--------------------------------------------
Key: ARQAJO-29
URL:
https://issues.jboss.org/browse/ARQAJO-29
Project: Arquillian Ajocado
Issue Type: Enhancement
Affects Versions: 1.0.0.Alpha1
Reporter: Karel Piwko
Assignee: Lukas Fryc
Fix For: 1.0.0.Alpha2
It might be useful to let user inject custom code in between initializeParameters() and
initializeBrowser() methods. This helps to modify test behaviour without direct need to
recopy whole AbstractAjocadoTest.
Usage: lever Selenium browser privileges etc.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira