Coder Social home page Coder Social logo

Specs2 support about sbt-docker-compose HOT 5 CLOSED

tapad avatar tapad commented on September 25, 2024
Specs2 support

from sbt-docker-compose.

Comments (5)

kurtkopchik avatar kurtkopchik commented on September 25, 2024

Hi @missingfaktor,

I put together some prototype code in the feature/specs2 branch for how you could execute Specs2 tests using the sbt-docker-compose plugin.

Basically in your build.sbt file you can now configure the following setting to specify that you would like to use Specs2 instead of the default ScalaTest:
testPassUseSpecs2 := true

Currently when the Specs2 test pass is run it attempts to run all of the test cases under src/test/scala using the specs2.runner.files option. I haven't tried to modify any of the potential parameters that can be passed to Specs2 to change the default behavior. For example, to only run a subset of tests. However, you can potentially use the existing testExecutionExtraConfigTask plugin setting to do so.

Checkout the basic-with-tests-specs2 example for a Specs2 test case that is executed via dockerComposeTest. Since Specs2 does not have a configMap like ScalaTest the Docker port and container information is shared with the tests using System Properties.

Take a look and let me know what you think. Feel free to make additional changes to help support what you need in terms of Specs2 functionality. Thanks for using the plugin!

I also published a 1.0.26-SPECS2-SNAPSHOT version of the plugin with these updates:

resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.26-SPECS2-SNAPSHOT")

from sbt-docker-compose.

missingfaktor avatar missingfaktor commented on September 25, 2024

Hello, @kurtkopchik. Thanks for the prompt response! The existing support seems complete. Are you planning to make a non-snapshot release soon?

from sbt-docker-compose.

kurtkopchik avatar kurtkopchik commented on September 25, 2024

Hi @missingfaktor - I hope to get this in an official release shortly. I still need to update the documentation before doing so.

from sbt-docker-compose.

kurtkopchik avatar kurtkopchik commented on September 25, 2024

Hi @missingfaktor - I've put out an official release that has initial support for Specs2:

addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.26")

Thanks again for the feedback!

from sbt-docker-compose.

missingfaktor avatar missingfaktor commented on September 25, 2024

Thanks a lot, mate!

from sbt-docker-compose.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.