-
Updated
Apr 22, 2020 - Java
junit4
Here are 489 public repositories matching this topic...
-
Updated
Dec 16, 2019 - Java
-
Updated
Jun 27, 2018 - Java
-
Updated
Feb 1, 2020 - Java
Pom.xml configured via documentation https://docs.qameta.io/allure/#_maven_3.
When I run test via "mvn test" all works fine.
But I would build jar of test project then extract it on slaves and run tests via command "java org.testng.TestNG suite.xml"
Current result
Test report generates but test body is missed.

The
pg_restorecommand can take a file argument, or you can pass the file contents over stdin. In order to pass a file, you have to deal with mounting, but over stdin you don't. Right now there's no way to pass content to stdin, and it would be useful if there was.Maybe add an
Optional<byte[]> stdinparameter which would be written to the process stdin?https://github.com/palantir/doc