You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: