Skip to content
Snippets Groups Projects
Commit e8f3e051 authored by kaiyou's avatar kaiyou
Browse files

Install apache test dependency and collect screenshots

parent a77e588f
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,17 @@ test: ...@@ -12,13 +12,17 @@ test:
alias: redis alias: redis
before_script: before_script:
- apt-get update - apt-get update
- apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev - apt-get install -y --no-install-recommends python3-dev libxmlsec1 libxmlsec1-dev libpq-dev libmariadb-dev apache2-bin libapache2-mod-auth-mellon libapache2-mod-auth-openidc
- pip install poetry - pip install poetry
- poetry install --with=dev - poetry install --with=dev
script: script:
- poetry run playwright install-deps - poetry run playwright install-deps
- poetry run playwright install - poetry run playwright install
- poetry run pytest - poetry run pytest
artifacts:
paths:
- test-results/
expire_in: 1 week
docker: docker:
stage: docker stage: docker
...@@ -31,4 +35,3 @@ docker: ...@@ -31,4 +35,3 @@ docker:
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment