Use system-wide chromium for webui tests

Fixes: https://pagure.io/freeipa/issue/9347

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Francisco Trivino <ftrivino@redhat.com>
This commit is contained in:
Alexander Bokovoy 2023-03-20 16:13:05 +02:00 committed by Florence Blanc-Renaud
parent 779aa6bc11
commit ebac8f6f9b
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ module.exports = function(grunt) {
qunit: {
options: {
puppeteer: {
executablePath: '/usr/bin/chromium-browser',
args: [
"--allow-file-access-from-files"
]

View File

@ -1,5 +1,5 @@
steps:
- script: |
set -e
sudo dnf -y install npm fontconfig gtk3 atk at-spi2-atk
sudo dnf -y install npm fontconfig gtk3 atk at-spi2-atk chromium
displayName: Install WebUI Unit tests prerequisites