[JBoss JIRA] (ARQ-1321) Support for HTTPS in URLs injected with @ArquillianResource
by Samuel Santos (JIRA)
[ https://issues.jboss.org/browse/ARQ-1321?page=com.atlassian.jira.plugin.s... ]
Samuel Santos commented on ARQ-1321:
------------------------------------
Hi [~smikloso], I've already implemented this locally on Arquillian Core.
I'm just waiting for [~aslak] feedback for pushing it upstream.
> Support for HTTPS in URLs injected with @ArquillianResource
> -----------------------------------------------------------
>
> Key: ARQ-1321
> URL: https://issues.jboss.org/browse/ARQ-1321
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Samuel Santos
> Assignee: Samuel Santos
>
> When injecting an URL like the following:
> {code:java}
> @ArquillianResource URL url;
> {code}
> HTTP protocol will always be used. This happens because "http" is hard-coded in {{URLResourceProvider}}.
> Vineet Reynolds suggested that we can create the type {{SecureUrl}} and a {{SecureUrlResourceProvider}} to allow us to use HTTPS:
> {code:java}
> @ArquillianResource SecureUrl url;
> {code}
> Any comment?
--
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
12 years, 1 month
[JBoss JIRA] (ARQ-1676) Configure frequency of exporting reports for reporting extension
by Karel Piwko (JIRA)
[ https://issues.jboss.org/browse/ARQ-1676?page=com.atlassian.jira.plugin.s... ]
Karel Piwko commented on ARQ-1676:
----------------------------------
I believe this is critical issue for Final. Also, I believe this should be done by push model, not pull model, e.g. reporter should react realtime on an event
> Configure frequency of exporting reports for reporting extension
> ----------------------------------------------------------------
>
> Key: ARQ-1676
> URL: https://issues.jboss.org/browse/ARQ-1676
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Recorder
> Affects Versions: recorder_1.0.0.Alpha1
> Reporter: Stefan Miklosovic
>
> By default, gathered report is exported at the end of the whole Arquillian lifecycle. In case something terrible happens and test does not reach this point and report is gone. It would be useful to provide a configuration option which would say when exactly user wants that report get generated, e.g. after every method or test class. By doing so, even test fatally crashes in the middle, he has at least some knowledge about the test results finished up to that point.
--
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
12 years, 1 month