Microshed Testing Versions Save

A test framework for black-box testing MicroProfile and Jakarta EE applications

0.4.2

4 years ago

Enhancements

  • Added Payara Micro and Payara Server adapters (#60 thanks to @rdebusscher)
  • Updated to Testcontainers to version 1.12.3 which reduces "hollow mode" test runtime by ~1.5s per run (#78)
  • Added Dependabot so Testcontainers modules always use the latest dependencies (#69)

0.4.1-beta

4 years ago

Fixes:

  • Issue with JAX-RS application path detection
  • Compatibility issue with latest version of liberty-maven-plugin

Enhancements:

  • Doc updates

v0.4-beta

4 years ago
  • Rework default priority of Testcontainers, Hollow, and Manual application environments
  • Remove SLF4j implementation from exposed dependencies
  • Doc improvements for site
  • Completed missing javadoc
  • Added automated tests for Wildfly and Payara

v0.3.1-alpha

4 years ago
  • Update to org.microshed packages

v0.3-alpha

4 years ago

Improvements

  • Improve performance for hollow mode
  • Add MP Health 2.0 readiness check by default
  • Add documentation hosted by Github Pages

v0.2-alpha

4 years ago

Improvements

  • Added different "application environments", of which Testcontainers is the default.
  • Added a "hollow" application environment which starts up all dependencies except the application runtime. It instead attaches to an existing application runtime, which is convenient for rapid local development.
  • Automatically increase the application start timeout when running in CI environments where hardware is usually slower
  • Improved automatic Docker build performance by allowing it to honor .dockerignore files.

v0.1-alpha

4 years ago