Skip to content

Commit

Permalink
updates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Nov 28, 2023
1 parent 25dc98a commit 24d5641
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ COPY scenarios/ ${PUPPETEER_ROOT}/scenarios/
- `cas`: `./login.js <SSO BASE URL>`
* Arguments
- `<SSO BASE URL>`: An example might be `https://sso.uoi.gr` or `https://worker-01.dev.gunet.gr:8443/cas` (in the case of `simple-cas`)
* Automatic testig with docker compose stack: `docker compose -f <your docker compose stack yaml file> up --exit-code-from <puppeteer service> --attach <puppeteer service`
- This will attach only on the puppeteer service output and return the container exit code as the exit code for the whole stack.
- The puppeteer service image might include a script that runs scenarios and returns `exit 1` if one of them fails or `exit 0` if all return correctly.

# Size
* Disk size: `1.17 GB`

0 comments on commit 24d5641

Please sign in to comment.