Update collaboration.yml

This commit is contained in:
John McLear 2021-03-13 18:51:06 +00:00
parent 51a8f0db22
commit 878af5ee0a

View file

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