Skip to content

Commit ce8295b

Browse files
committed
tests in readme
1 parent aae91e3 commit ce8295b

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ In the `server` directory
2626

2727
It has sample data in the `models.js` file. For example, there is a user bleonard (password: "sample") that you can log in as.
2828

29+
### Tests
30+
31+
The integration tests are run using [Appium](http://appium.io/).
32+
33+
To run tests:
34+
35+
* Make sure you have the 9.0 simulators installed in XCode
36+
* Compile app for the test environment: `npm run compile:test`
37+
* Launch simulator and tests: `npm test`
38+
2939
### Compiling
3040

3141
You can compile and put it on the phone with: `npm run install:staging`
@@ -36,7 +46,6 @@ Not that there's a staging server at this point, but it's an example of how to c
3646

3747
We'll get there, but we're still working on the iOS version.
3848

39-
4049
# Current Concepts
4150

4251
### Navigation
@@ -85,10 +94,6 @@ We are currently sharing code through mixins. Some of them might be generally us
8594

8695
Let us know if you think one of these would be helpful
8796

88-
#### Testing
89-
90-
We're running our integration tests through Appium and it's pretty neat.
91-
9297
#### Extensions
9398

9499
We've been trying out ways to not use mixins.

0 commit comments

Comments
 (0)