Add e2e tests

This commit is contained in:
yubathom
2019-10-03 21:47:41 -03:00
parent 3ad814ebb7
commit ade7733d47
9 changed files with 1193 additions and 2 deletions

View File

@@ -15,12 +15,19 @@ language: node_js
node_js:
- "12"
addons:
apt:
packages:
- libgconf-2-4 # cypress binary dependency
env:
- DEPLOY_ENV=POSTWOMAN_IO
cache:
npm: true
directories:
- "node_modules"
- ~/.cache
branches:
only:
@@ -30,6 +37,9 @@ install:
- "npm install firebase-tools"
- "npm install"
before_script:
- "npm run test"
script:
- "cd functions"
- "npm install"