Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rberger opened this issue Apr 9, 2019 · 1 comment

Comments

@rberger
Copy link

rberger commented Apr 9, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants