Created
September 17, 2020 15:26
-
-
Save seleniumgists/685b4838862c094df4eab6c968b8e313 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] | |
[INFO] ------------------------------------------------------- | |
[INFO] T E S T S | |
[INFO] ------------------------------------------------------- | |
[INFO] Running cloud.celonis.SSOLoginTest | |
[INFO] | |
[INFO] Results: | |
[INFO] | |
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 42.731 s | |
[INFO] Finished at: 2020-09-17T15:05:30Z | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Java heap space -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] <http://cwiki.apache.org/confluence/display/MAVEN/OutOfMemoryError>``` | |
this is how I'm running the docker command: (based on this guide: <https://hub.docker.com/_/maven/>) | |
```docker run --rm \ | |
-v "$(pwd)":/usr/src/mymaven \ | |
-w /usr/src/mymaven \ | |
maven:3.6.3-jdk-11 \ | |
mvn clean test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment