apelegri / wechat-mini-program-wiki

Anyone can make a Wechat mini-program with the first and only English Wiki made to decrypt the Mini-program framework.
457 stars 59 forks source link

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

Open rberger opened 5 years ago

rberger commented 5 years ago

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.

mattwakeman commented 5 years ago

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