mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-7260] Added Playwright artifacts to github actions (#3706)
* [ACS-7260] Added Playwright artifacts to github actions * [ACS-7260] test path destintations * [ACS-7260] review fix 1 * [ACS-7260] test path destinations 2 * [ACS-7260] make one test fail for playwright raports * [ACS-7260] test path destinations 3 * [ACS-7260] * [ACS-7260] final commit
This commit is contained in:
@@ -28,3 +28,11 @@ runs:
|
|||||||
echo "Running playwright tests with options ${{ inputs.options }}"
|
echo "Running playwright tests with options ${{ inputs.options }}"
|
||||||
sleep 90
|
sleep 90
|
||||||
npx nx run ${{ inputs.options }}-e2e:e2e
|
npx nx run ${{ inputs.options }}-e2e:e2e
|
||||||
|
|
||||||
|
- name: Upload E2Es results
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: ${{ inputs.artifact-name }}
|
||||||
|
path: |
|
||||||
|
test-results/
|
||||||
|
Reference in New Issue
Block a user