Skip to content

feature/headless chrome

Marcel Kesselring requested to merge feature/headless_chrome into master

Adds headless chrome capabilities to our default CI image.

@jgaeb @Andreas.Runk The headless chrome must be launched with --no-sandbox, checkout the smartest test branch which uses a prerelease image of this: https://gitlab.com/immundiagnostik/smartest/smartest-backend/-/commit/6583396321678ec5296dd886d79a3af539a4310b

After KT-38040 is released (kotlin 1.6.20) we can skip the karma config workaround and just use useChromeHeadlessNoSandbox()

Merge request reports