File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ description : Builds the app with the given Detox configuration, as specified in package.json.
2
+
3
+ parameters :
4
+ configuration :
5
+ description : The Detox configuration to build.
6
+ type : string
7
+
8
+ steps :
9
+ - run :
10
+ name : Detox Build
11
+ command : detox build -c <<parameters.configuration>>
Original file line number Diff line number Diff line change
1
+ description : Tests the app with the given Detox configuration, as specified in package.json.
2
+
3
+ parameters :
4
+ configuration :
5
+ description : The Detox configuration to test.
6
+ type : string
7
+
8
+ steps :
9
+ - run :
10
+ name : Detox Test
11
+ command : detox test -c <<parameters.configuration>>
Original file line number Diff line number Diff line change
1
+ description : Starts the Metro packager.
2
+
3
+ steps :
4
+ - run :
5
+ name : Start Metro Packager (Background)
6
+ background : true
7
+ command : react-native start
You can’t perform that action at this time.
0 commit comments