Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to see a report of all the impacted tests that are run after using ekstazi? #10

Open
moumitamazumdar opened this issue Apr 5, 2018 · 3 comments

Comments

@moumitamazumdar
Copy link

I tried implementing ekstazi in my project and see it picked up small set of tests while running it through ekstazi. But there was no way to see a report that tells us what all tests are actually run.

@gliga
Copy link
Owner

gliga commented Apr 9, 2018

Hi,

There is (currently) no direct way to see the list of tests that are run. However, if you are using Ant/Maven/Gradle, they would print the list of executed tests (and you can process those logs). Another, also not a direct way, is to check files that are touched/added into .ekstazi directory after each run; files for those classes that are not run remain the same (including the timestamp, of course, if you are running on the same machine).

Milos

@moumitamazumdar
Copy link
Author

Thank you for your reply!!
We are also using spring boot applications using mockito and spock framework. Can you let us know if ekstazi can be used for such applications?

@gliga
Copy link
Owner

gliga commented Apr 13, 2018

We have tried earlier versions of Ekstazi on several projects that use mocking frameworks. We encountered no problem, but let us know if you observe any issue and we would look into details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants