[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:
Adam Świderski
2024-03-15 10:43:33 +01:00
committed by GitHub
parent 8512e42ece
commit f2d78f165c

View File

@@ -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/