Skip to content

PatrIoT-Framework/virtual-smart-home-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual smart home plus

Building image

In order to build image for the tests you need following commands.

$ podman build . --tag "${IMAGE_TAG}"

This will produce image with tag specified by variable IMAGE_TAG

Running image

Once you have image built you are ready to run it. In order to have access to the opened port 8080 with REST API and you must pass the -p parameter.

$ podman run -p 8080:8080 ${IMAGE_TAG}

Then the applications REST API will be available at http://localhost:8080

Surefire HTML reports

If you wish to generate HTML reports containing easier to read test results and overview of project dependencies. Keep in mind it will take a few minutes. You can do so with:

$ mvn clean site

This command will generate HTML files containing report in /target/site folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published