Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testcontainers/testcontainers-scala
Docker containers for testing in scala
https://github.com/testcontainers/testcontainers-scala
Last synced: 4 days ago
JSON representation
Docker containers for testing in scala
- Host: GitHub
- URL: https://github.com/testcontainers/testcontainers-scala
- Owner: testcontainers
- License: mit
- Created: 2017-01-16T08:12:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T03:13:20.000Z (8 months ago)
- Last Synced: 2024-05-22T18:22:06.166Z (8 months ago)
- Language: Scala
- Homepage:
- Size: 1.55 MB
- Stars: 617
- Watchers: 21
- Forks: 120
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scala - **testcontainers-scala** - scala) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/testcontainers/testcontainers-scala) (Table of Contents / Testing)
README
![Logo](logo.png)
[![Build Status](https://github.com/testcontainers/testcontainers-scala/actions/workflows/test.yml/badge.svg)](https://github.com/testcontainers/testcontainers-scala/actions/workflows/test.yml)
[![Maven Central](https://img.shields.io/maven-central/v/com.dimafeng/testcontainers-scala_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/com.dimafeng/testcontainers-scala_2.12)# Testcontainers-scala
Scala wrapper for [testcontainers-java](https://github.com/testcontainers/testcontainers-java) that
allows using docker containers for functional/integration/~~unit~~ testing.> TestContainers is a Java 8 library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
## Slack
[Slack channel](https://testcontainers.slack.com/messages/CAFK4GL85)
[Invite link for slack](https://slack.testcontainers.org/)
## Documentation
* [Setup and modules choice](docs/src/main/tut/setup.md)
* [Usage](docs/src/main/tut/usage.md)
* [testcontainers-scala in action (blog post)](http://dimafeng.com/2016/08/01/testcontainers-selenium)The following test frameworks are supported:
* [ScalaTest](https://www.scalatest.org/)
* [MUnit](https://scalameta.org/munit/)## Release notes
See [release notes](release-notes.md)