Skip to content

Commit 3db4591

Browse files
committed
tests in readme
1 parent aae91e3 commit 3db4591

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ 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+
* Compile app for the test environment: `npm run compile:test`
36+
* Launch simulator and tests: `npm test`
37+
2938
### Compiling
3039

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

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

39-
4048
# Current Concepts
4149

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

8694
Let us know if you think one of these would be helpful
8795

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

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

0 commit comments

Comments
 (0)