File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ In this repository, we have classified the tests in 4 categories.
12
12
13
13
Here is a table describing about the different categories of tests and how they can be executed in this project.
14
14
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 ` |
20
20
| Manual Test | ` sbt manualTests ` | ` src/it/scala ` or ` src/it/scala-2 ` | Test class name must end with ` ManualTest ` |
21
21
22
22
# Code fomatting
You can’t perform that action at this time.
0 commit comments