mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10876] ACA e2e playwright automated test for Firefox Edge and Safari (#4952)
* [ACS-10876] playwright config changes to support multi browser * [ACS-10876]workflow temp changes to enable all browser run * [ACS-10876]workflow issue fix * [ACS-10876]workflow issue fix * [ACS-10876]workflow issue fix * [ACS-10876]workflow issue fix * [ACS-10876]fix report issue and webkit dep issue * [ACS-10876]fix report issue and exclude test logic * [ACS-10876]playwright browser setup change * [ACS-10876]small fixes * [ACS-10876]restore only run on pull request schedule job * [ACS-10876]sonar cloud issue fix * [ACS-10876]make chromium for pr run and chrome browser for scheduled run * [ACS-10876]sonar cloud issue fix * [ACS-10876]sonar cloud issue fix and small improvement
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
"ci:build": "nx build",
|
||||
"ci:build:many": "nx run-many --target=build",
|
||||
"ci:playwright:install": "playwright install chromium",
|
||||
"ci:playwright:install:all": "playwright install chromium chrome firefox webkit msedge",
|
||||
"ci:e2e": "nx run $E2E_TARGET-e2e:e2e",
|
||||
"ci:audit": "adf-cli audit -d docs/audit",
|
||||
"ci:licenses": "adf-cli licenses -d docs/licences",
|
||||
|
||||
Reference in New Issue
Block a user