Merge pull request #578 from spotify/eide/cy-in-app

Include cypress tests when creating a new app
This commit is contained in:
Marcus Eide
2020-04-20 15:17:13 +02:00
committed by GitHub
6 changed files with 60 additions and 7 deletions
+6
View File
@@ -65,3 +65,9 @@ jobs:
working-directory: ${{ runner.temp }}/test-app
env:
BACKSTAGE_E2E_CLI_TEST: true
- name: e2e test newly created app
run: yarn test:e2e:ci
working-directory: ${{ runner.temp }}/test-app/packages/app
env:
PORT: 3001
BACKSTAGE_E2E_CLI_TEST: true