]
Lukáš Fryč commented on ARQ-967:
--------------------------------
Prototyped:
Warp: client-side filters for waiting for "right" request
or enriching several requests
---------------------------------------------------------------------------------------
Key: ARQ-967
URL:
https://issues.jboss.org/browse/ARQ-967
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Warp
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: warp_1.0.0.Alpha2
When client can fire several requests at time, Warp enriches the first one which comes.
Ideally, user should be able to select the appropriate request based on constraints:
API proposal:
{code:java}
Warp.execute(new ClientAction() { ... })
.filter(RequestFilter.extension(Extension.XHTML))
.verify(...)
{code}
----
Additionally, several requests caused by one action should be verified with various
assertions.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: