Update collaboration.yml

restore-responsiveness-test
John McLear 2021-03-13 18:51:06 +00:00
parent 51a8f0db22
commit 878af5ee0a
1 changed files with 7 additions and 5 deletions

View File

@ -38,14 +38,16 @@ jobs:
run: |
node src\node\server.js &
cd src\tests\frontend
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client1.txt &
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client2.txt &
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client3.txt &
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json > client4.txt
- name: Run Tests
- run: |
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
cypress run --spec cypress\integration\collaborate.js --config-file cypress\cypress.json
# Test run video was always captured, so this action uses "always()" condition
- uses: actions/upload-artifact@v1
if: always()
with:
name: cypress-videos
path: cypress/videos
path: src/tests/cypress/videos