Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.84 KB

index.md

File metadata and controls

40 lines (26 loc) · 1.84 KB
layout title
post
MicroShed Projects

MicroShed Testing offers a fast and simple way of writing and running true-to-production integration tests for Java microservice applications. MicroShed Testing exercises your containerized application from outside the container so you are testing the exact same image that runs in production.

MicroShed Testing aims to:

  1. be easy to get started with
  2. work with any JavaEE or MicroProfile runtime
  3. provide true-to-production tests

Boost includes a Maven and Gradle plugin to make it easier to build your MicroProfile applications.

There are two, separate active Boost projects.

  • Boost Maven Plugin, BOMs, and Boosters (boost-maven)
  • Boost Common Resources (boost-common)
  • with a Boost Gradle project under development.

A VS Code extension for the MicroProfile Starter. This extension makes use of the API https://test-start.microprofile.io/api/2.

An IntelliJ IDE plugin for the MicroProfile Starter. This plugin incorporates the MicroProfile Starter REST API available at https://start.microprofile.io/api/ to generate the maven project.

A MicroProfile VS Code extension that generates a MicroProfile Rest Client interface template from an OpenAPI .yaml file. This extension makes use of the openapi-generator. This extension will generate models and apis folders.