Skip to content

Commit ed41a32

Browse files
committed
Add comment and instruction about allure and the JRE dependency
Signed-off-by: PatStLouis <[email protected]>
1 parent 3af71a2 commit ed41a32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ FROM node:18
33
WORKDIR /test-suite
44

55
RUN apt update
6+
7+
# JRE is a dependency for the reporting software Allure
8+
# By including this dependency, a user could overwrite the entrypoint with
9+
# npx mocha tests/ && npx allure serve
10+
# when invoking the image and the container will serve a
11+
# browsable report once the tests are finished
612
RUN apt install default-jre -y
713

814
COPY package.json ./

0 commit comments

Comments
 (0)