Skip to content
Snippets Groups Projects
Commit ba5b9f9a authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

ADD: firefox e2e test

parent 14fe9996
No related branches found
No related tags found
No related merge requests found
Pipeline #395131 canceled
......@@ -100,3 +100,19 @@ e2e_chrome:
reports:
junit: tests_output/**/*.xml
interruptible: true
e2e_firefox:
stage: e2e
script:
- apt-get -y update && apt-get -y install firefox-esr
- ./node_modules/\@pnpm/linux-x64/pnpm run test:e2e --env firefox
needs: ["frontend-build"]
allow_failure: true
artifacts:
when: always
paths:
- tests_output/
- screens/
reports:
junit: tests_output/**/*.xml
interruptible: true
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