freeipa/ipatests/azure/templates/prepare-webui-fedora.yml
Alexander Bokovoy 862340a3a1 js tests: use latest grunt
Allow npm to install and use latest grunt that is compatible with newer
OpenSSL.

This, in turn, requires ATK interfaces to be present for the chromium
installed by puppeteer.

Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
2022-05-05 15:04:28 +03:00

6 lines
144 B
YAML

steps:
- script: |
set -e
sudo dnf -y install npm fontconfig gtk3 atk at-spi2-atk
displayName: Install WebUI Unit tests prerequisites