forked from SPLA/VARIAMOS-WEB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from 6ucky/master
File management system 3.0
- Loading branch information
Showing
27 changed files
with
4,836 additions
and
1,830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"pluginsFile": "tests/e2e/plugins/index.js", | ||
"viewportWidth": 1920, | ||
"viewportHeight": 1080 | ||
} |
Oops, something went wrong.