Changed path now cypress/src/*

This commit is contained in:
elweyn 2023-02-10 12:55:40 +01:00
parent 9008c96d0f
commit 4d0d709f3f

View File

@ -647,9 +647,9 @@ jobs:
- name: End-to-end tests | run tests - name: End-to-end tests | run tests
id: e2e-tests id: e2e-tests
run: | run: |
cd e2e-tests/cypress/tests/ cd e2e-tests/cypress/
yarn yarn
yarn run cypress run --spec cypress/e2e/User.Authentication.feature,cypress/e2e/User.Authentication.ResetPassword.feature yarn run cypress run --spec src/e2e/User.Authentication.feature,cypress/e2e/User.Authentication.ResetPassword.feature
- name: End-to-end tests | if tests failed, upload screenshots - name: End-to-end tests | if tests failed, upload screenshots
if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }} if: ${{ failure() && steps.e2e-tests.conclusion == 'failure' }}
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3