Skip to content

AngelVlc/shoppinglist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoppinglist Build Status

Development

Serve

> ionic serve

Tests

Unit test:

> npm run test-dev

e2e:

> npm run e2e

e2e testing

Show chrome while testing

Remove headless arg in e2e/protractor.conf.js:

capabilities: {
  chromeOptions: {
    args: [ "--headless" ]
  },
  'browserName': 'chrome'
},

Pause test

browser.sleep(5000);

Build local

> docker build -t shoppinglist .

Upload to google play

  1. Change app version in android\app\build.gradle
  2. Push to master