Skip to content

Commit

Permalink
Update readme files to reflect the new wildfly profile for functional…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
jharting committed Sep 20, 2013
1 parent 3feb5e2 commit 28833cf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions examples/README.md
Expand Up @@ -26,14 +26,14 @@ Running the functional tests for the JSF examples
Weld's JSF examples come with functional tests, which use Selenium to each flow a user can take
through the GUI of the example.

The functional tests can be run on an individual JSF examples or on all examples. JBoss AS 7
The functional tests can be run on an individual JSF examples or on all examples. WildFly 8
must to be installed to run the functional tests.

Make sure you have set the `JBOSS_HOME` environment property to point to your JBoss AS 7 distribution.
Make sure you have set the `JBOSS_HOME` environment property to point to your WildFly distribution.

To run the functional tests:

mvn -Darquillian=jbossas-managed-7 clean verify
mvn -Darquillian=wildfly-managed-8 clean verify

You can run the functional tests against all examples (from the `examples` directory`) or against
an individual example (from it's sub-directory).
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/login/README.md
Expand Up @@ -17,4 +17,4 @@ JBOSS_HOME environment variable.


To run functional tests execute:
mvn verify -Darquillian=jbossas-managed-7
mvn verify -Darquillian=wildfly-managed-8
2 changes: 1 addition & 1 deletion examples/jsf/numberguess/README.md
Expand Up @@ -22,7 +22,7 @@ JBOSS_HOME environment variable.


To run functional tests execute:
mvn verify -Darquillian=jbossas-managed-7
mvn verify -Darquillian=wildfly-managed-8

Deploying to GlassFish
----------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/pastecode/README.md
Expand Up @@ -29,7 +29,7 @@ JBOSS_HOME environment variable.


To run functional tests execute:
mvn verify -Darquillian=jbossas-managed-7
mvn verify -Darquillian=wildfly-managed-8

= Importing the project into Eclipse

Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/permalink/README.md
Expand Up @@ -25,7 +25,7 @@ JBOSS_HOME environment variable.


To run functional tests execute:
mvn verify -Darquillian=jbossas-managed-7
mvn verify -Darquillian=wildfly-managed-8

Deploying to GlassFish
----------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/jsf/translator/README.md
Expand Up @@ -26,7 +26,7 @@ JBOSS_HOME environment variable.
--------------------

To run functional tests execute:
mvn verify -Darquillian=jbossas-managed-7 -f ftest/pom.xml
mvn verify -Darquillian=wildfly-managed-8 -f ftest/pom.xml

Deploying to GlassFish
----------------------
Expand Down

0 comments on commit 28833cf

Please sign in to comment.