Skip to content

Instantly share code, notes, and snippets.

@afsalthaj
Last active December 3, 2018 00:03
Show Gist options
  • Save afsalthaj/adb6039db485c7f62b98cb44dfee0f4c to your computer and use it in GitHub Desktop.
Save afsalthaj/adb6039db485c7f62b98cb44dfee0f4c to your computer and use it in GitHub Desktop.
lazy val myProject =
(project in file("myProject"))
.enablePlugins(DockerPlugin, DockerComposePlugin)
.config(DockerTest)
.settings(inConfig(DockerTest)(Defaults.testTasks): _*)
.settings(testOptions in DockerTest := Seq(
Tests.Argument(TestFrameworks.Specs2, "include", "DockerComposeTag"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment