wechat-mini-program-wiki icon indicating copy to clipboard operation
wechat-mini-program-wiki copied to clipboard

Any discussion of applying Continuous Integration and Deployment to Mini-Programs

Open rberger opened this issue 5 years ago • 1 comments

It would be great to have info on how to apply DevOps practices and particularly continuous integration to the life cycle of WeChat Mini-Programs! I can't find much of anything (at least in English or with Google Translate) on how to do this.

It seems that the lifecycle and test program sharing is very manual.

rberger avatar Apr 09 '19 02:04 rberger

Looks like you would need to stub out all of the WX API calls and then run the code in a browser. There is a nodejs NPM module for converting the WXML into HTML then you can fully test the whole piece using standard CI tools and practices

mattwakeman avatar Jun 12 '19 12:06 mattwakeman