Demonstrate Allure report in a Docker env
1.3K
The purpose of this repo is to build an example of how to use Allure + Junit + Docker.
Branch master:
Branch develop:
docker run -it -p 8000:80 extsoft/allure-docker-example:latestdocker-machine ip my-machine-name
and replace 192.168.99.100 to evaluated IP.docker run -it -p 8000:80 -v "$PWD/allure-report:/allure-docker-example/allure-report" extsoft/allure-docker-example:latestgradlejava -javaagent:build/libs/deps/aspectjweaver-1.8.0.jar -jar build/libs/allure-docker-example-1.2.0.jarallure generate -o allure-report allure-resultallure report open -p 8000docker build -t extsoft/allure-docker-example .
Copyright 2016 Dmytro Serdiuk <[email protected]>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Content type
Image
Digest
Size
334.7 MB
Last updated
almost 10 years ago
docker pull extsoft/allure-docker-example