fix e2e test reporting

Environment

  • OS version: Debian 12
  • Browser version:
  • Extension version: All after and including ebae70d951d352743ae19b9490e97818a24eadb9
  • Last working version: All before ebae70d951d352743ae19b9490e97818a24eadb9

Steps to reproduce

  1. Run ui tests in CI
  2. Look at the logs

Observed behavior

Allure reports are not being sent (Example)

Expected behavior

Allure reports should be sent

Further information

After changing the docker image we use in CI to the node 18 one (issue #1364 (closed), MR !918 (merged)) the allure reports are not working.

Our test reporter needs the JRE (Java Runtine Enviornment) to be present to work. We are installing the openjdk-11-jre package for that.

The new docker image is using Debian 12(Debian bookworm), where this package is not available. So the JRE cannot be installed and allure cannot run.

Edited by Marwan Zibaoui