File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,16 @@ In the `server` directory
26
26
27
27
It has sample data in the ` models.js ` file. For example, there is a user bleonard (password: "sample") that you can log in as.
28
28
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
+
29
39
### Compiling
30
40
31
41
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
36
46
37
47
We'll get there, but we're still working on the iOS version.
38
48
39
-
40
49
# Current Concepts
41
50
42
51
### Navigation
@@ -85,10 +94,6 @@ We are currently sharing code through mixins. Some of them might be generally us
85
94
86
95
Let us know if you think one of these would be helpful
87
96
88
- #### Testing
89
-
90
- We're running our integration tests through Appium and it's pretty neat.
91
-
92
97
#### Extensions
93
98
94
99
We've been trying out ways to not use mixins.
You can’t perform that action at this time.
0 commit comments