Sign inSign up

scalawebtest/sbt

By scalawebtest

Updated about 7 years ago

Docker image, ready to compile and execute your ScalaWebTest specifications.

Image
0

1.7K

scalawebtest/sbt repository overview

ScalaWebTest

This docker image builds and executes your ScalaWebTest specifications.

How to use

Your tests/specifications have to be stored in /home/sbtuser/src/test/scala. Either provide them via COPY command in your own Dockerfile, or use a volume mount.

Windows docker run -v %cd%\src\test\scala:/home/sbtuser/src/test/scala scalawebtest/sbt:3.0.0-RC1

Linux docker run -v pwd/src/test/scala:/home/sbtuser/src/test/scala scalawebtest/sbt:3.0.0-RC1

docker-compose

version: '3'
services:
  scalawebtest:
    image: "scalawebtest/sbt:3.0.0-RC1"
    volumes:
      - ./src/test/scala:/home/sbtuser/src/test/scala

For additional examples and use-cases checkout ScalaWebTest Examples

Tag summary

Content type

Image

Digest

Size

394.7 MB

Last updated

about 7 years ago

docker pull scalawebtest/sbt