Posts Tagged ‘cargo’

Manually run AppFuse WebTests

Sometime it may be useful to manually run the (Canoo) web tests for AppFuse applications to be able to see what goes wrong. Accomplish this by making the test web container pause upon start using: mvn -Dcargo.wait Then the application (using default values) is reachable at: http://localhost:8081/<app_name>/ Where <app_name> might be something like appname-1.0-SNAPSHOT depending [...]