We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a919aef commit 49340cdCopy full SHA for 49340cd
README.md
@@ -83,8 +83,10 @@ Or Gradle dependency:
83
```groovy
84
testImplementation("com.github.seregamorph:spring-test-smart-context:0.13")
85
```
86
+Then remove usages of standard `@DirtiesContext` annotation in your project to use auto-close context implemented
87
+by this library.
88
Also it's recommended to configure `"INFO"` level for `com.github.seregamorph.testsmartcontext` logger.
-It's recommended to check [Demo projects](demo).
89
+Check the [Demo projects](demo) for examples.
90
91
### How it works
92
0 commit comments