Skip to content

Commit

Permalink
:dependabot: Bump actions/upload-artifact from 4.3.0 to 4.3.1
Browse files Browse the repository at this point in the history
* :dependabot: Bump actions/upload-artifact from 4.3.0 to 4.3.1

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: rename e2e workflow file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Feb 14, 2024
1 parent 82fc974 commit 8db0845
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:

- uses: "actions/checkout@v4.1.1"
- uses: actions/checkout@v4.1.1

- name: start backend containers
run: docker compose up -d backend populate
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- name: upload cypress screenshots
if: failure()
uses: "actions/upload-artifact@v4.3.0"
uses: actions/upload-artifact@v4.3.1
with:
path: src/test/e2e/cypress/screenshots
name: cypress-screenshots
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,17 +158,18 @@ variable (set it to some bogus value to have cypress list the browsers available
CYPRESS_BROWSER=firefox docker compose run e2e
```

Requirements for running cypress in (debian-based) local environment:
For Cypress's system requirements, check the [Cypress installation instructions](https://docs.cypress.io/guides/getting-started/installing-cypress#System-requirements). The current package dependencies on Debian-based operating systems are:

- nodejs 18, npm 9
- `xvfb`, `libnss3`, `libatk-bridge2.0-0`, `libcups2`, `libgtk-3.0`, `libasound2`
```bash
apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb
```


## Configuration

For config options and further methods of execution check out the [Dockerfile](Dockerfile), the [Docker Compose
file](docker-compose.yml), the [Application Properties file](src/main/resources/application.yml), the [build
file](build.gradle), and the [CI pipeline configuration for integration testing](.github/workflows/integration.yml).
file](build.gradle), and the [CI pipeline setting up the entire stack for e2e testing](.github/workflows/e2e.yml).



Expand Down

0 comments on commit 8db0845

Please sign in to comment.