https://github.com/unbug/whole-foods-market-app-sample-code
Whole-Foods-Market-App-sample-code
https://github.com/unbug/whole-foods-market-app-sample-code
Last synced: 4 months ago
JSON representation
Whole-Foods-Market-App-sample-code
- Host: GitHub
- URL: https://github.com/unbug/whole-foods-market-app-sample-code
- Owner: unbug
- Created: 2015-05-10T17:55:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T13:38:26.000Z (about 11 years ago)
- Last Synced: 2025-10-08T05:56:52.325Z (9 months ago)
- Language: HTML
- Size: 42.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Node.js Whole Foods Market App sample code
## To view reports in [reports](https://github.com/unbug/Whole-Foods-Market-App-sample-code/blob/master/reports/)

## To view code coverages in [coverage](https://github.com/unbug/Whole-Foods-Market-App-sample-code/blob/master/coverage/)

## Prerequisites
Upgrade Mocha to the latest version:
```
npm install -g -f mocha
```
Install local packages:
```
npm install
```
## Before run test (locally)
Install appium and start the appium server for your device, please refer to:
- http://appium.io
- https://github.com/appium/appium/blob/master/README.md
Install the latest android SDK.
- http://developer.android.com/sdk/installing/index.html?pkg=tools
Start a virtual device(with Nexus5 and android5.1.1) from AVD manager.
Launch Appium(set the "Android Emulator" for Device Name in the android settings).
## Run tests
```
gulp
```