[JBoss JIRA] (ARQ-1005) Warp: Opening back channel for auxilliary actions
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1005?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1005:
----------------------------
Fix Version/s: warp_1.next
(was: warp_1.0.next)
> Warp: Opening back channel for auxilliary actions
> -------------------------------------------------
>
> Key: ARQ-1005
> URL: https://issues.jboss.org/browse/ARQ-1005
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha1
> Reporter: Lukáš Fryč
> Fix For: warp_1.next
>
>
> When we want to test asynchronous actions (like client push), they are traditionally triggered by synchronous clients (HTTP requests).
> In order to avoid coupling when testing asynchronous actions, we might have auxiliary client-to-server channel, which can trigger actions like CDI, EJB invocations.
--
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
11 years, 10 months
[JBoss JIRA] (ARQ-1243) Warp: allow finding elements by JSF ids - @FindByJSF (Graphene integration)
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/ARQ-1243?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč updated ARQ-1243:
----------------------------
Fix Version/s: warp_1.next
(was: warp_1.0.next)
> Warp: allow finding elements by JSF ids - @FindByJSF (Graphene integration)
> ---------------------------------------------------------------------------
>
> Key: ARQ-1243
> URL: https://issues.jboss.org/browse/ARQ-1243
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Warp
> Affects Versions: warp_1.0.0.Alpha2
> Reporter: Lukáš Fryč
> Fix For: warp_1.next
>
>
> Consider following:
> {code:java}
> @FindBy(id = "form:loginPanel:loginButton")
> WebElement loginButton;
> @FindByJSF("loginButton")
> WebElement loginButton;
> // when the locator will be automatically inferred from field name
> @FindByJSF
> WebElement loginButton;
> @FindByJSF
> Calendar calendar;
> {code}
> This will need to allow Graphene test enricher to consume arbitrary annotations - e.g. annotations annotated with @FindCapable providing custom lookup strategy.
--
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
11 years, 10 months