mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10960] allow to run e2e with local or custom url (#5022)
* [ACS-10960] allow to run e2e with local or custom url * [ACS-10960] allow to run e2e with local or custom url
This commit is contained in:
@@ -7,6 +7,11 @@ on:
|
|||||||
url:
|
url:
|
||||||
description: 'Application URL'
|
description: 'Application URL'
|
||||||
required: true
|
required: true
|
||||||
|
default: 'https://acadev.envalfresco.com'
|
||||||
|
playwright_e2e_host:
|
||||||
|
description: 'Playwright E2E host (e.g. https://acadev.envalfresco.com)'
|
||||||
|
required: false
|
||||||
|
default: 'http://localhost:4200'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
@@ -20,7 +25,7 @@ env:
|
|||||||
HR_USER_PASSWORD: ${{ secrets.HR_USER_PASSWORD }}
|
HR_USER_PASSWORD: ${{ secrets.HR_USER_PASSWORD }}
|
||||||
SCREENSHOT_USERNAME: ${{ secrets.SCREENSHOT_USERNAME }}
|
SCREENSHOT_USERNAME: ${{ secrets.SCREENSHOT_USERNAME }}
|
||||||
SCREENSHOT_PASSWORD: ${{ secrets.SCREENSHOT_PASSWORD}}
|
SCREENSHOT_PASSWORD: ${{ secrets.SCREENSHOT_PASSWORD}}
|
||||||
PLAYWRIGHT_E2E_HOST: ${{ inputs.url || secrets.PLAYWRIGHT_E2E_HOST }}
|
PLAYWRIGHT_E2E_HOST: ${{ inputs.playwright_e2e_host || inputs.url || secrets.PLAYWRIGHT_E2E_HOST }}
|
||||||
GH_BUILD_NUMBER: ${{ github.run_id }}
|
GH_BUILD_NUMBER: ${{ github.run_id }}
|
||||||
REPORT_PORTAL_URL: ${{ secrets.REPORT_PORTAL_URL }}
|
REPORT_PORTAL_URL: ${{ secrets.REPORT_PORTAL_URL }}
|
||||||
REPORT_PORTAL_TOKEN: ${{ secrets.REPORT_PORTAL_TOKEN }}
|
REPORT_PORTAL_TOKEN: ${{ secrets.REPORT_PORTAL_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user