jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Fries testing workflow #39

Closed aymanfarhat closed 10 years ago

aymanfarhat commented 11 years ago

Hello I have a new suggestion regarding testing new Fries features more efficiently by a larger audience.

Set up another repository(like hello fries) for testing new features being pushed to wip branch and with a phonegap project which would be compatible with the phonegap build file structure too(that is without all the phonegap boilerplate that comes in a local environment project and just the www dir) from there phonegap build can pull from the master branch and provide builds for multiple platforms available for download for everyone(can be linked to from the website).

Directories and files above the www directory are actually useless to include as anyone comfortable with the Android SDK (or any other one) can then set it up locally for development, and just keep pulling/pushing in www which would be the actually repo.

Anyone can then report bugs by just downloading and installing the latest build and later reporting the bugs on this repo.

jaunesarmiento commented 11 years ago

Hi @aymanfarhat, I've been thinking of the same workflow when I stumbled upon https://build.phonegap.com again recently. Although to have this kind of workflow, we'll have to move a lot of things around which may cause a little confusion for the existing user base.

jaunesarmiento commented 10 years ago

Testing on the browser is fine for now.