Skip to content

Commit

Permalink
Merge pull request #145 from digi-trust/master
Browse files Browse the repository at this point in the history
Add E2E tests
  • Loading branch information
SupahNickie authored Jul 20, 2018
2 parents 278acc5 + 8e2a167 commit e97b452
Show file tree
Hide file tree
Showing 13 changed files with 935 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
- image: circleci/node:8-browsers

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

# run tests!
- run:
name: dev server background
command: npm run dev
background: true
- run: sleep 5
- run: yarn test

- deploy:
Expand Down
Loading

0 comments on commit e97b452

Please sign in to comment.