From 15cbab4e78854ff9c17b3f50bb0a8134ffe3cf74 Mon Sep 17 00:00:00 2001 From: Dmitry Kuzin Date: Mon, 21 Oct 2024 20:24:17 +0400 Subject: [PATCH] Add install chrome command in accessibility tests --- accessibility-tests.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/accessibility-tests.yml b/accessibility-tests.yml index aa5f7f537c..27fd6a9e96 100644 --- a/accessibility-tests.yml +++ b/accessibility-tests.yml @@ -52,6 +52,10 @@ jobs: command: install verbose: false condition: ne(variables.NPM_CACHE_RESTORED, 'true') + + - script: | + npx puppeteer browsers install chrome + displayName: "install chrome" - script: | npm run build_knockout_prod @@ -114,7 +118,11 @@ jobs: command: install verbose: false condition: ne(variables.NPM_CACHE_RESTORED, 'true') - + + - script: | + npx puppeteer browsers install chrome + displayName: "install chrome" + - powershell: | npm run build_react_prod npm run build_core @@ -177,7 +185,11 @@ jobs: command: install verbose: false condition: ne(variables.NPM_CACHE_RESTORED, 'true') - + + - script: | + npx puppeteer browsers install chrome + displayName: "install chrome" + - script: | npm run build_vue_prod displayName: 'build prod' @@ -242,6 +254,10 @@ jobs: verbose: false condition: ne(variables.NPM_CACHE_RESTORED, 'true') + - script: | + npx puppeteer browsers install chrome + displayName: "install chrome" + - powershell: | npm run build_core npm run build_i18n_dev @@ -328,6 +344,10 @@ jobs: verbose: false condition: ne(variables.NPM_CACHE_RESTORED, 'true') + - script: | + npx puppeteer browsers install chrome + displayName: "install chrome" + - powershell: | npm run build_core npm run build_i18n_dev