File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
src/it/scala/de/upb/cs/swt/delphi/webapi Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.5.12"
1414libraryDependencies += " com.typesafe.akka" %% " akka-http-spray-json" % " 10.1.1"
1515libraryDependencies += " io.spray" %% " spray-json" % " 1.3.3"
1616libraryDependencies += " org.scalactic" %% " scalactic" % " 3.0.4"
17- libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.4" % " test"
17+ libraryDependencies += " org.scalatest" %% " scalatest" % " 3.0.4" % " it, test"
1818libraryDependencies += " org.apache.logging.log4j" % " log4j-core" % " 2.11.1"
1919
2020val elastic4sVersion = " 6.3.0"
@@ -32,6 +32,11 @@ libraryDependencies ++= Seq(
3232
3333
3434lazy val webapi = (project in file(" ." )).
35+ // https://www.scala-sbt.org/1.x/docs/Testing.html
36+ configs(IntegrationTest ).
37+ settings(
38+ Defaults .itSettings,
39+ ).
3540 enablePlugins(JavaAppPackaging ).
3641 enablePlugins(DockerPlugin ).
3742 enablePlugins(ScalastylePlugin ).
File renamed without changes.
You can’t perform that action at this time.
0 commit comments