https://github.com/bcfchen/hatch
Idea sharing app built with Ionic Framework
https://github.com/bcfchen/hatch
Last synced: about 1 year ago
JSON representation
Idea sharing app built with Ionic Framework
- Host: GitHub
- URL: https://github.com/bcfchen/hatch
- Owner: bcfchen
- Created: 2015-03-25T06:02:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T07:11:52.000Z (about 11 years ago)
- Last Synced: 2024-04-22T14:47:26.366Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 25.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hatch
=====================
Idea sharing app based on Ionic Framework
## Getting Started
**Install Ionic**
If you don't have Ionic installed, instructions are available [here](http://ionicframework.com/getting-started/).
**Add your platform**
$ ionic platform add ios
**Run the app on browser**
$ ionic serve
**Run the app on device (or emulator)**
$ ionic build ios
$ ionic run ios
## UI Testing
**Setting up Protractor**
If you don't have Protractor setup yet, follow the instructions below:
1. Install protractor
`npm install -g protractor`
2. Install/update webdriver
`webdriver-manager update`
**Running Protractor tests**
1. Run webdriver
`webdriver-manager start`
2. cd into the folder containing the Protractor config file, which is
`www/test/e2e/conf.js`
3. Run the following command to execute all tests
`protractor conf.js`
4. Run individual tests suites with the following command
`protractor conf.js --suite=`
Test suites are specified in conf.js
## Help
You can reach me via email at bcfchen@gmail.com