[
https://issues.jboss.org/browse/ARQGRA-210?page=com.atlassian.jira.plugin...
]
Lukáš Fryč commented on ARQGRA-210:
-----------------------------------
Jan, I find the configuration quite cumbersome for end-user (all the profiles which need
to setup).
----
I did a proof of concept that we could resolve the artifact with ShrinkWrap Resolver for
Maven:
{code:java}
@Test
public void test() {
Maven.resolver().resolve("org.jboss.arquillian.phantomjs:phantomjs-binary:jar:unix_amd64:1.8.1")
.withoutTransitivity().as(JavaArchive.class);
}
{code}
With {{org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:2.0.0-beta-2}} I was
able to get local resolution in ~0.5sec.
I consider it quite fast, but we should still leverage local binary cache as you did
already.
----
Could you re-implement it using the technique mentioned above?
Support for GhostDriver / PhantomJS
-----------------------------------
Key: ARQGRA-210
URL:
https://issues.jboss.org/browse/ARQGRA-210
Project: Arquillian Graphene
Issue Type: Feature Request
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Labels: richfaces
Fix For: 2.0.0.Beta1
PhantomJS / GhostDriver allows to run headless tests with 'close to real
experience' thanks to fact PhantomJS is based on Chrome / V8.
----
There are proof of concept bits:
https://github.com/lfryc/phantomjs-java
https://github.com/lfryc/ghostdriver-java
https://github.com/lfryc/arquillian-extension-drone/tree/phantomjs
https://github.com/lfryc/arquillian-graphene/tree/phantomjs
--
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