FROM cypress/included:14.5.0 WORKDIR /app COPY ./src/frontend . RUN npm clean-install ENTRYPOINT ["cypress", "run"]