Skip to content

Commit 92343b1

Browse files
committed
Added description and readme about different categories of tests
1 parent c716b9b commit 92343b1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ In this repository, we have classified the tests in 4 categories.
1212

1313
Here is a table describing about the different categories of tests and how they can be executed in this project.
1414

15-
| Category | Sbt command | Test class location | Test class name format |
16-
|-------------------------|-------------------|----------------------------------------|----------------------------------------------------------------------------------------------------------|
17-
| 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 |
16+
|-------------------------|-------------------|----------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
17+
| 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` |
2222

2323
# Code fomatting
2424

0 commit comments

Comments
 (0)