Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson authored Jun 17, 2024
1 parent 7eaa401 commit 230fb59
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ This is a simple Cypress test configured to create a HTML report.
This test can be run in Octopus from a worker container built with the following `Dockerfile`:

```
FROM cypress/included:6.4.0
RUN apt-get update; apt-get install -y libicu-dev
RUN npm install -g inline-assets
FROM cypress/included:9.7.0
RUN apt-get update; \
apt-get install -y libicu67
RUN npm install -g inline-assets mochawesome
ENTRYPOINT []
```

Expand All @@ -18,4 +19,4 @@ RESULT=$?
inline-assets mochawesome.html selfcontained.html
new_octopusartifact "${PWD}/selfcontained.html" "selfcontained.html"
exit ${RESULT}
```
```

0 comments on commit 230fb59

Please sign in to comment.