Skip to content

Commit cf58905

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.sbt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ addCommandAlias(
491491
";clean;compile;test:compile;it:compile;scalafmtCheckAll;test"
492492
)
493493

494+
addCommandAlias(
495+
"integrationTests",
496+
""";set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""".stripMargin
497+
)
498+
494499
addCommandAlias(
495500
"ciFull",
496501
""";ci; set ThisBuild/IntegrationTest/testOptions += Tests.Filter(t => !t.endsWith("ManualTest") || !t.endsWith("LiveTest") ); it:test""".stripMargin

0 commit comments

Comments
 (0)