From da96341d3116e862a686562c9630cea01bfa2327 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 4 Feb 2021 07:54:23 +0100 Subject: [PATCH] Try to test in "headed" mode --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74e3e00..bd73354 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -99,7 +99,8 @@ deploy_production: - git clone https://gitlab.tugraz.at/dbp/middleware/e2e-tests.git --depth 1 - cd e2e-tests - yarn install - - ./node_modules/.bin/cypress run --browser "$BROWSER" --spec "cypress/integration/signature/*.spec.js" +# - ./node_modules/.bin/cypress run --browser "$BROWSER" --spec "cypress/integration/signature/*.spec.js" + - xvfb-run ./node_modules/.bin/cypress run --browser "$BROWSER" --headed --spec "cypress/integration/signature/*.spec.js" artifacts: paths: - e2e-tests/cypress/videos/* -- GitLab