Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Releases: Tapad/sbt-docker-compose

New setting to allow for delay before test execution

Choose a tag to compare

@kurtkopchik kurtkopchik released this 29 Jan 18:03

A new configuration setting was added to allow for a specified delay prior to text execution:

composeContainerPauseBeforeTestSeconds := //Delay between containers start and test execution, seconds. Default is 0 seconds - no delay

Thanks @paul-lysak for adding this new configuration option!

Bug Fixes

Choose a tag to compare

@kurtkopchik kurtkopchik released this 23 Jan 15:26

Added support for providing a '-o' argument with configuration parameters to the 'testExecutionArgs' plugin setting.

Ensure that the started Docker instance is cleaned up when the 'dockerComposeTest' test code compilation process fails.

Docker for Mac v17.12.0 detection

Choose a tag to compare

@kurtkopchik kurtkopchik released this 09 Jan 22:01

Updating release to v1.0.32 with support for Docker for Mac v17.12.0 detection

dockerComposeTest -debug:<port> Fix

Choose a tag to compare

@kurtkopchik kurtkopchik released this 30 Nov 22:21

This release fixes an issue where the '-debug:' option of 'dockerComposeTest' was not working properly.

Adding Support for SBT 1.1.0-M1

Choose a tag to compare

@kurtkopchik kurtkopchik released this 27 Oct 13:29

Fixed an issue that was preventing the plugin from work with SBT 1.1.0-M1.

Support for Cucumber tests

Choose a tag to compare

@kurtkopchik kurtkopchik released this 18 Oct 20:40

Thanks to @aaronp there is now support for running Cucumber based tests!

Check out the new "testPassUseCucumber" setting along with the basic-with-tests-cucumber example for more details.

New Setting to override the default behavior of getting the version info from the version SettingKey

Choose a tag to compare

@kurtkopchik kurtkopchik released this 08 Sep 19:40

You can now define domposeServiceVersionTask in your build.sbt file to override the default behavior of using the version SettingKey:

composeServiceVersionTask := "1.2.3"

Support for sbt 1.0.0

Choose a tag to compare

@kurtkopchik kurtkopchik released this 22 Aug 16:51

This is the first version of the plug-in that also has support for sbt 1.0.0

Initial Support for Specs2 based test cases

Choose a tag to compare

@kurtkopchik kurtkopchik released this 07 Aug 19:40

Use the following build.sbt setting to execute test cases using Specs2 instead of the default ScalaTest:
testPassUseSpecs2 := true

Align test classpath searching to match behavior of SBT

Choose a tag to compare

@kurtkopchik kurtkopchik released this 02 Aug 15:11
1.0.25

Updating to Release 1.0.24 with test resource path update