[arquillian-issues] [JBoss JIRA] (ARQGRA-206) arquillian-graphene should add Selenium and Graphene as AuxilaryArchiveAppender

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Mon Oct 8 05:05:03 EDT 2012


    [ https://issues.jboss.org/browse/ARQGRA-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12724583#comment-12724583 ] 

Lukáš Fryč commented on ARQGRA-206:
-----------------------------------

Hey Mark, this is issue of Warp kind of tests.

There are several issues connected:

* client-side APIs used in your class should not be on server-side
* even if your test does not use class importing client-side API, scanning classes may raise same issue (e.g. in case of CDI scanning for beans) ARQ-972

This issue is being currently addressed in scope of Warp Alpha2.

What you can do right now is turn off scanning of tests (see workaround in ARQ-972) and make sure you don't use anonymous/inner classes (only top-level and static inner classes are allowed with Alpha1).

Btw I plan Warp Alpha2 going out soon.

                
> arquillian-graphene should add Selenium and Graphene as AuxilaryArchiveAppender
> -------------------------------------------------------------------------------
>
>                 Key: ARQGRA-206
>                 URL: https://issues.jboss.org/browse/ARQGRA-206
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>    Affects Versions: 2.0.0.Alpha2
>            Reporter: Mark Struberg
>
> We use arquillian graphene alpha2 with WebDriver in Apache DeltaSpike as @WarpTest and I had to manually add all the graphene and selenium classes to the @Deployment. Otherwise I did get funny classnotfound exceptions.

--
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



More information about the arquillian-issues mailing list