Skip to content

scottdfedorov/kotest-extensions-testcontainers

 
 

Repository files navigation

kotest-extensions-testcontainers

Kotest extensions for TestContainers.

See docs.

Please create issues on the main kotest board.

Build Status GitHub kotest @ kotlinlang.slack.com

Changelog

1.3.3

  • Version updates

1.3.2

  • Updated spec and test callbacks to be suspendable.

1.3.1

  • Updated test containers to 1.17.0

1.3.0

  • Added SharedJdbcDatabaseContainerExtension and SharedTestContainerExtension which can be used to lazily share a single test container across a module.

1.2.1

  • Improves the handling of dbInitScripts. Will now accept absolute or relative paths, for local or classpath resources.

1.2.0

  • Adds new config option dbInitScripts on the JdbcTestContainerExtension config lambda. This option accepts a list of .sql files or folders (with .sql files, sorted lexicographically) to run after the container is started.

1.1.0

  • Requires Kotest 5.0.2 or higher
  • Adds JdbcTestContainerExtension as a new extension
  • Adds TestContainerExtension as a new extension

1.0.1

  • Released for test containers v1.16.0

1.0.0

  • Migrated from the main Kotest repo to a standalone repo.

About

Kotest extensions for test containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 83.1%
  • Java 16.9%