dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| .. | ||
| src/test/java/org/thingsboard/server/msa | 8 years ago | |
| README.md | 8 years ago | |
| pom.xml | 8 years ago | |
README.md
Integration tests execution
To run the integration tests with using Docker, the local Docker images of Thingsboard's microservices should be built.
-
Build the local Docker images in the directory with the Thingsboard's main pom.xml:
mvn clean install -Ddockerfile.skip=false -
Verify that the new local images were built:
docker image ls
As result, in REPOSITORY column, next images should be present:
local-maven-build/tb-node
local-maven-build/tb-web-ui
local-maven-build/tb-web-ui
-
Run the integration tests in the msa/integration-tests directory:
mvn clean install -Dintegrationtests.skip=false