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

Junit Insights not working #298

Open
nicknlsn opened this issue Feb 8, 2024 · 0 comments
Open

Junit Insights not working #298

nicknlsn opened this issue Feb 8, 2024 · 0 comments

Comments

@nicknlsn
Copy link

nicknlsn commented Feb 8, 2024

In your Spring Boot Test article you reference JUnit-Insights towards the end to gather information about the time it takes to run tests. I'd really like to get this dependency working but I can't get it to work. Do you have any info on how to get it to work?

First off, I can't find the jar anywhere. But I was able to build it with this command:

docker run -v ~/Documents:/hostDocuments -it --user root gradle:4.6-jdk8-alpine sh -c "apk update && apk add git && git clone https://github.com/adessoSE/junit-insights.git && cd junit-insights && gradle jar && cd .. && cp -R junit-insights /hostDocuments/."

And I can get the dependency in my project using the instructions on their readme for local development, but I still can't get any reports to be generated.

I'd appreciate any help I can get to get this to work.

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

1 participant