[
https://issues.jboss.org/browse/SRAMP-431?page=com.atlassian.jira.plugin....
]
David virgil naranjo updated SRAMP-431:
---------------------------------------
Comment: was deleted
(was: I am not sure about this Gary. Normally the test should be in the src/test folder of
the project that they are related.
In my opinion the ui tests should be in the s-ramp-ui, and the integration tests should be
(talking about s-ramp) in the s-ramp-server.
Then if we want specific integration tests for every container supported, we could just
place the specific tests in every s-ramp-server-container project.
Why I am saying this? Because I just created a project s-ramp/s-ramp-test/s-ramp-test-ui
and I realized would not be any code in the src/main/ folder. )
Arquillian-based integration tests
----------------------------------
Key: SRAMP-431
URL:
https://issues.jboss.org/browse/SRAMP-431
Project: S-RAMP
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Brett Meyer
Assignee: Brett Meyer
Create a new s-ramp-test module to contain all integration tests. Thoughts:
- 1 central abstract class (IntegrationTest) that contains all the functional tests and
assertions (or if that gets too large, split it up into delegates)
- 1 Arquillian test per supported container, extending the above. Mainly in charge of
the @RunWith and @Deployments. Ex: EAPIntegrationTest extends IntegrationTest
- None of them should run by default. Pull them all into a specific Maven profile, then
setup a new CI job specifically for it.
- 1 central ant script, executed by the POM, should be in charge of downloading the Jetty
and and Tomcat distros, then unpacking them. Arquillian would then use them in a
"managed mode."
- The ant script will eventually be in charge of downloading EAP as well, but not until
we have CI hardware within the RH network. Until then, we'll need to do something
similar to RTGov's current tests: require the distro be manually downloaded and
unpacked, then set $JBOSS_HOME
- Fuse should be run in embedded mode.
The work-in-progress:
https://github.com/brmeyer/s-ramp/commits/integration-tests
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)