Skip to content

Instantly share code, notes, and snippets.

@brunoborges
Created May 11, 2017 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunoborges/711d90ccaf596f279a660925e2993ee9 to your computer and use it in GitHub Desktop.
Save brunoborges/711d90ccaf596f279a660925e2993ee9 to your computer and use it in GitHub Desktop.
weblogic:
image: 1221-domain:latest
ports:
- "7001:7001"
environment:
- PRODUCTION_MODE=dev
Running the Test Applications
You can run the test application from an IDE or from the command-line by invoking Maven:
$ mvn test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building wlsarq 1.0
[INFO] ------------------------------------------------------------------------
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running buttso.demo.weblogic.wlsarq.IndexPageTest
CubeDockerConfiguration:
serverVersion = 1.12
serverUri = unix:///var/run/docker.sock
tlsVerify = false
dockerServerIp = localhost
definitionFormat = COMPOSE
autoStartContainers =
clean = false
removeVolumes = true
dockerContainers = containers:
weblogic:
alwaysPull: false
env: !!set {PRODUCTION_MODE=dev: null}
image: 1221-domain:latest
killContainer: false
manual: false
portBindings: !!set {7001/tcp: null}
readonlyRootfs: false
removeVolumes: true
networks: {}
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.19 sec - in buttso.demo.weblogic.wlsarq.IndexPageTest
Running buttso.demo.weblogic.wlsarq.PingPongBeanTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.36 sec - in buttso.demo.weblogic.wlsarq.PingPongBeanTest
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 20.222 s
[INFO] Finished at: 2017-04-12T17:04:52-04:00
[INFO] Final Memory: 20M/437M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment