test-output build bin # Ignore JetBrains IDE files .idea/ *.iml *.ipr *.iws # Ignore eclipse files .checkstyle .directory .project .classpath .settings
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 19715 | dbirch |
Add/update .p4ignore files throughout the project to ignore gradle, checkstyle and various other files and directories that shouldn't be checked in but weren't previously covered. Additionally added eclipse based .p4ignore terms to ignore common eclipse generated files. |
||
#1 | 19338 | tjuricek |
Create custom reporting mechanism to allow for clear "multiple suite" reports... with logging! This standardizes on log4j 2 as the backend (was just used on the server side). We have an "in memory appender" that we use to capture results during testing, which we associate with each method run. The whole system spits out yaml files for each suite run, which are then read in via a final task and a single html report is spit out with ... everything... in it. |