File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ permalink : /helpers/Appium
3
+ editLink : false
4
+ sidebar : auto
5
+ title : Appium
6
+ ---
7
+
1
8
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
2
9
3
10
## Appium
Original file line number Diff line number Diff line change @@ -232,6 +232,10 @@ Our community prepared some valuable recipes for setting up CI systems with Code
232
232
cfg . replace ( regex , '[1]' ) ;
233
233
} ) ;
234
234
235
+ if ( name === 'Appium' ) {
236
+ await this . docsAppium ( ) ;
237
+ }
238
+
235
239
await writeToFile ( helperMarkDownFile ( name ) , ( cfg ) => {
236
240
cfg . append ( `---
237
241
permalink: /helpers/${ name }
@@ -244,8 +248,6 @@ title: ${name}
244
248
cfg . textFromFile ( helperMarkDownFile ( name ) ) ;
245
249
} ) ;
246
250
}
247
-
248
- await this . docsAppium ( ) ;
249
251
} ,
250
252
251
253
async wiki ( ) {
You can’t perform that action at this time.
0 commit comments