[
https://issues.jboss.org/browse/ARQGRA-206?page=com.atlassian.jira.plugin...
]
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