From bde94dbf4bd2a1612c85576ba7349a0f6f9f6ec1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 22 Oct 2023 10:57:58 +0300 Subject: add selenium mock --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57c285b6d..aeffa4837 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,9 @@ integration-test: TEST_HELM_REPO: https://gitlab.tt-rss.org/tt-rss/helm-charts/tt-rss extends: .integration-test script: + - apk add py3-pip + - pip3 install selenium + - python3 tests/selenium.py - sleep 5 - curl -fs http://tt-rss-${CI_COMMIT_SHORT_SHA}-app/tt-rss/index.php | grep -q Login rules: -- cgit v1.2.3