Skip to content

Commit 3fa2e03

Browse files
committed
Added description and readme about different categories of tests
1 parent 058158d commit 3fa2e03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ 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 test` | `src/test/scala` or `src/test/scala-2` | No particular format restriction, but as a standard end with `Test` |
18-
| Integration Test | `sbt it:test` | `src/it/scala` or `src/it/scala-2` | No format restriction, but as a standard end with `IntegrationTest` |
19-
| Live Test | `sbt liveTests` | `src/it/scala` or `src/it/scala-2` | Test class name must end with `LiveTest` |
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 | `sbt ciFull` | `src/it/scala` or `src/it/scala-2` | No format restriction, but as a standard end with `IntegrationTest` |
19+
| Live Test | `sbt liveTests` | `src/it/scala` or `src/it/scala-2` | Test class name must end with `LiveTest` |
2020
| Manual Test | `sbt manualTests` | `src/it/scala` or `src/it/scala-2` | Test class name must end with `ManualTest` |
2121

2222
# Code fomatting

0 commit comments

Comments
 (0)