mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-24 15:16:40 -06:00
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:
parent
779aa6bc11
commit
ebac8f6f9b
@ -6,6 +6,7 @@ module.exports = function(grunt) {
|
||||
qunit: {
|
||||
options: {
|
||||
puppeteer: {
|
||||
executablePath: '/usr/bin/chromium-browser',
|
||||
args: [
|
||||
"--allow-file-access-from-files"
|
||||
]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user