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+
18<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
29
310## 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
232232 cfg . replace ( regex , '[1]' ) ;
233233 } ) ;
234234
235+ if ( name === 'Appium' ) {
236+ await this . docsAppium ( ) ;
237+ }
238+
235239 await writeToFile ( helperMarkDownFile ( name ) , ( cfg ) => {
236240 cfg . append ( `---
237241permalink: /helpers/${ name }
@@ -244,8 +248,6 @@ title: ${name}
244248 cfg . textFromFile ( helperMarkDownFile ( name ) ) ;
245249 } ) ;
246250 }
247-
248- await this . docsAppium ( ) ;
249251 } ,
250252
251253 async wiki ( ) {
You can’t perform that action at this time.
0 commit comments