Add workflow step for cypress test

This commit is contained in:
Marcus Eide
2020-04-17 13:50:20 +02:00
parent b5f24a7d19
commit f5c67a4740
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -65,3 +65,9 @@ jobs:
working-directory: ${{ runner.temp }}/test-app
env:
BACKSTAGE_E2E_CLI_TEST: true
- name: run e2e tests in test app
run: yarn test:e2e:ci
working-directory: ${{ runner.temp }}/test-app/packages/app
env:
PORT: 3001
BACKSTAGE_E2E_CLI_TEST: true