An open API service indexing awesome lists of open source software.

https://github.com/javaee-samples/javaee7-simple-sample-test

Tests for javaee7-simple-sample repo
https://github.com/javaee-samples/javaee7-simple-sample-test

Last synced: 9 months ago
JSON representation

Tests for javaee7-simple-sample repo

Awesome Lists containing this project

README

          

Java EE 7 Simple Sample Testsuite
=================================

This is the test workspace for
https://github.com/javaee-samples/javaee7-simple-sample[Java EE 7 Simple Sample].

. Configure
http://blog.arungupta.me/setup-local-nexus-repository-deploying-war-from-maven-techtip74/[local
Nexus repository].
. Deploy a SNAPSHOT or RELEASE to WildFly as defined in
https://github.com/javaee-samples/javaee7-simple-sample-test[javaee7-simple-sample
project].
. Change `nexus-repo` property to match the host/port for the Nexus repository.
. Change `javaee7-sample-app-version` to match the SNAPSHOT or RELEASE version.
. Run smoke tests as `mvn test -P smoketest`
. Run full tests as `mvn test -P fulltest`