We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14f1fe commit cd5c4adCopy full SHA for cd5c4ad
.gitignore
@@ -9,6 +9,7 @@ target
9
!**/gradle/wrapper/*
10
.gradle
11
**/build/
12
+**/generated/
13
examples/**/build/
14
15
# Eclipse #
docs/contributing/running-tests.md
@@ -55,6 +55,12 @@ If you are on Windows and you want to run the tests using linux containers:
55
USE_LINUX_CONTAINERS=1 ./gradlew :smoke-tests:test -PsmokeTestSuite=payara
56
```
57
58
+If you want to run a specific smoke test:
59
+
60
+```
61
+./gradlew :smoke-tests:test --tests '*SpringBootSmokeTest*'
62
63
64
# Smoke OpenTelemetry starter tests
65
66
Smoke tests for the [OpenTelemetry Spring starter](../../instrumentation/spring/starters/spring-boot-starter/README.md).
0 commit comments