Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created December 11, 2020 19:18
Show Gist options
  • Save diegopacheco/6a82ff1ac98f631e52f53ff36ed79b78 to your computer and use it in GitHub Desktop.
Save diegopacheco/6a82ff1ac98f631e52f53ff36ed79b78 to your computer and use it in GitHub Desktop.
How do I make IntelliJ IDEA run all the Junit tests in a package including sub packages
  1. Run->Edit Configurations...
  2. Create a new junit test configuration
  3. Name it "All tests"
  4. Include entire package
  5. Select package root "com"
  6. Apply/Run.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment