Skip to content

Commit f093c7b

Browse files
committed
include the Spring Test Profiler
1 parent c2794d4 commit f093c7b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
*.iml
33
target/
44

5+
.DS_Store
6+
57
*.bak
68

79
.settings/

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@
130130
<scope>test</scope>
131131
</dependency>
132132

133+
<dependency>
134+
<groupId>digital.pragmatech.testing</groupId>
135+
<artifactId>spring-test-profiler</artifactId>
136+
<version>0.0.7</version>
137+
<scope>test</scope>
138+
</dependency>
133139
<dependency>
134140
<groupId>org.springframework.boot</groupId>
135141
<artifactId>spring-boot-starter-test</artifactId>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
org.springframework.test.context.TestExecutionListener=\
2+
digital.pragmatech.testing.SpringTestProfilerListener
3+
org.springframework.context.ApplicationContextInitializer=\
4+
digital.pragmatech.testing.diagnostic.ContextDiagnosticApplicationInitializer

0 commit comments

Comments
 (0)