app realization

This commit is contained in:
2022-02-19 19:01:32 +03:00
commit fa13f3925e
78 changed files with 56266 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
dist: trusty
language: node_js
node_js:
- 10
addons:
chrome: stable
cache:
directories:
- "$HOME/.npm"
install:
- npm install
script:
- npm run test-single-run -- --browsers ChromeHeadless
- (npm start > /dev/null &) && npm run protractor -- --capabilities.chromeOptions.args headless