Git Product home page Git Product logo

Comments (4)

kurtkopchik avatar kurtkopchik commented on July 30, 2024 1

Hi @dpfeiffer, the current version of the plugin does not have a way to force the generation of test reports. However, I think that this is a great suggestion so I created an initial snapshot release that adds support for this. It's not fully tested yet but please try it out and let me know if it satisfies what you are looking for.

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

You can now provide ScalaTest reporting arguments to the new settingKey
testExecutionArgs to specify the reporting options that you want to use.

For example, in build.sbt you can now define the following to have html reports created:
testExecutionArgs := "-h target/htmldir"

However, I also had to include"org.pegdown" % "pegdown" % "1.6.0" % "test" in my libraryDependencies for the html reporting to work.

Check out the basic-with-tests project in the branch feature/testPassArgs for a working example of how to use it:
https://github.com/Tapad/sbt-docker-compose/blob/feature/testPassArgs/examples/basic-with-tests/build.sbt

If this works for you I can get it integrated into the next official release. Thanks again for the feedback!

from sbt-docker-compose.

dpfeiffer avatar dpfeiffer commented on July 30, 2024

Hi @kurtkopchik, thanks for that amazingly fast reply. I will try it out and give feedback how it works. I gave it a short try and it looks good. I will keep you updated.

from sbt-docker-compose.

dpfeiffer avatar dpfeiffer commented on July 30, 2024

@kurtkopchik looks good and seems to work as expected

from sbt-docker-compose.

kurtkopchik avatar kurtkopchik commented on July 30, 2024

Hi @dpfeiffer, I published an official release which contains support for test pass report generation.

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

Thanks again for the feedback and for using the plugin!

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.