You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Unit Tests |`sbt ci`|`src/test/scala` or `src/test/scala-2`| No particular format restriction, but as a standard end with `Test`|
18
-
| Integration Test (Only) |`sbt integrationTests`|`src/it/scala` or `src/it/scala-2`| No format restriction, but as a standard end with `IntegrationTest`|
19
-
| Unit & Integration Test |`sbt ciFull`|`src/it/scala` or `src/it/scala-2`| No format restriction, but as a standard end with `IntegrationTest`. These exclude manual and live tests |
20
-
| Live Test |`sbt liveTests`|`src/it/scala` or `src/it/scala-2`| Test class name must end with `LiveTest`|
21
-
| Manual Test |`sbt manualTests`|`src/it/scala` or `src/it/scala-2`| Test class name must end with `ManualTest`|
15
+
| Category | Sbt command | Test class location | Test class name format |
| Unit Tests |`sbt ci`|`src/test/scala` or `src/test/scala-2`| No particular format restriction, but as a standard, filename ends with `Test`|
18
+
| Integration Test (Only) |`sbt integrationTests`|`src/it/scala` or `src/it/scala-2`| No format restriction, but as a standard, filename ends with `IntegrationTest`|
19
+
| Unit & Integration Test |`sbt ciFull`|`src/it/scala` or `src/it/scala-2`| No format restriction, but as a standard, filename ends with `IntegrationTest`. These exclude manual and live tests |
20
+
| Live Test |`sbt liveTests`|`src/it/scala` or `src/it/scala-2`| Test class name must end with `LiveTest`|
21
+
| Manual Test |`sbt manualTests`|`src/it/scala` or `src/it/scala-2`| Test class name must end with `ManualTest`|
0 commit comments