Skip to content

Commit

Permalink
Merge pull request #16 from 6ucky/master
Browse files Browse the repository at this point in the history
File management system 3.0
  • Loading branch information
danielgara authored Mar 28, 2019
2 parents 5485372 + 96acdb9 commit a8f3332
Show file tree
Hide file tree
Showing 27 changed files with 4,836 additions and 1,830 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
os: osx
node_js:
- 10
cache:
npm: true # this cashes ~/.npm folder on Travis
directories:
# we also need to cache folder with Cypress binary
- ~/.cache
install:
- npm ci

script:
- npm run test:unit
- npm run test:e2e -- --headless
5 changes: 5 additions & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"pluginsFile": "tests/e2e/plugins/index.js",
"viewportWidth": 1920,
"viewportHeight": 1080
}
Loading

0 comments on commit a8f3332

Please sign in to comment.