File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ 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
+ * Compile app for the test environment: ` npm run compile:test `
36
+ * Launch simulator and tests: ` npm test `
37
+
29
38
### Compiling
30
39
31
40
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
36
45
37
46
We'll get there, but we're still working on the iOS version.
38
47
39
-
40
48
# Current Concepts
41
49
42
50
### Navigation
@@ -85,10 +93,6 @@ We are currently sharing code through mixins. Some of them might be generally us
85
93
86
94
Let us know if you think one of these would be helpful
87
95
88
- #### Testing
89
-
90
- We're running our integration tests through Appium and it's pretty neat.
91
-
92
96
#### Extensions
93
97
94
98
We've been trying out ways to not use mixins.
You can’t perform that action at this time.
0 commit comments