remove test server, add new test command, try to fix github workflow

This commit is contained in:
Hans Pagel
2020-08-20 14:59:03 +02:00
parent 91385f8cd0
commit 85ca4e94c9
3 changed files with 18 additions and 238 deletions

View File

@@ -23,9 +23,9 @@ jobs:
uses: cypress-io/github-action@v2
with:
cache-key: node-v${{ matrix.node }}-on-${{ runner.os }}-hash-${{ hashFiles('yarn.lock') }}
config-file: tests/cypress.json
start: yarn start
wait-on: 'http://localhost:3000'
command: yarn test
browser: chrome
- name: Export screenshots (on failure only)