Skip to content

Commit e97b452

Browse files
authored
Merge pull request #145 from digi-trust/master
Add E2E tests
2 parents 278acc5 + 8e2a167 commit e97b452

File tree

13 files changed

+935
-6
lines changed

13 files changed

+935
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: circleci/node:7.10
10+
- image: circleci/node:8-browsers
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
@@ -34,6 +34,11 @@ jobs:
3434
key: v1-dependencies-{{ checksum "package.json" }}
3535

3636
# run tests!
37+
- run:
38+
name: dev server background
39+
command: npm run dev
40+
background: true
41+
- run: sleep 5
3742
- run: yarn test
3843

3944
- deploy:

0 commit comments

Comments
 (0)