Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 18eea6a

Browse files
committed
Create initial e2e test
#4
1 parent 06ee60f commit 18eea6a

File tree

12 files changed

+704
-3
lines changed

12 files changed

+704
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.DS_store
22
.project
3+
*.log
34

45
# Dependencies
56
node_modules

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ branches:
1010
- master
1111

1212
install:
13-
- npm install
13+
- npm install
14+
- (cd e2e ; npm install)
1415

1516
script:
1617
- npm run compile
1718
- npm run test
19+
- npm run e2e
20+
21+
after_failure:
22+
- cat e2e/server-fixture/server.log

0 commit comments

Comments
 (0)