Files
gitea-ci-library/Dockerfile.ci-cucumber
T
moilanik 46d59d7b01
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Failing after 20s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m37s
CI Feature / Report Summary (push) Successful in 5s
cucumber kontin konf
2026-06-16 13:21:18 +03:00

8 lines
245 B
Docker

FROM node:22
RUN apt-get update -qq && \
apt-get install -y -qq --no-install-recommends lsof jq && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
npm install -g @cucumber/cucumber
ENV NODE_PATH=/usr/local/lib/node_modules