Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Implement TestListener which generates test suite #11

Closed
liptga opened this issue Jul 6, 2017 · 1 comment
Closed

Implement TestListener which generates test suite #11

liptga opened this issue Jul 6, 2017 · 1 comment

Comments

@liptga
Copy link
Contributor

liptga commented Jul 6, 2017

We have some tests, which fail in one environment, but pass in an other. The cause is the execution order of the tests, which can be different depending on the computer. It would be useful to generate a test suite during maven build, which has the same order of classes as it was during the build.

liptga added a commit that referenced this issue Jul 6, 2017
folder with exactly the same test class order as it was during the build
liptga added a commit that referenced this issue Jul 6, 2017
liptga added a commit that referenced this issue Jul 6, 2017
liptga pushed a commit that referenced this issue Jul 6, 2017
…st-listener to master

* commit '4ba25c979e94504648fe3b460e548f091dc92743':
  #11 renamed module and package to maven-utils and maven.utils to make it more clear, what it is
  #11 junit is a compile dependency of course
  #11 added test scope to dependency
  #11 - added test listener, which generates a suite class into the target folder with exactly the same test class order as it was during the build
liptga added a commit that referenced this issue Jul 6, 2017
…x_javadoc to master

* commit 'b8c108cb5f02175f94b4d23188f7e79e36382a5d':
  #11 fixing javadoc. It does not like <br/>
@liptga liptga closed this as completed Jul 6, 2017
@liptga
Copy link
Contributor Author

liptga commented Jul 6, 2017

Fixed in 1.1.2

Micky002 pushed a commit that referenced this issue Aug 21, 2017
* commit 'd2568a61dfc93a80d71a116ea2bd4a6337ecd649':
  #14 added possibility to save log on assumption violation
  #14 check if exception is just an assumption violation
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant