Apps/QA/OWA Extension: Difference between revisions

Jump to navigation Jump to search
Line 70: Line 70:
# Update test case document by adding and modifying existing test cases and removing obsolete test cases
# Update test case document by adding and modifying existing test cases and removing obsolete test cases


=== Test Cases ===
=== Native App Generation ===


<u>Native App Generation<br></u>
Native app generation just means allowing the user to install apps natively on their machine. This is equivalent to installing a program or application. If you would like to check it out, please follow these steps (advanced) or simply install one of the extensions from [http://people.mozilla.com/~dclarke/openwebapps/Extension/ here]:<br>
 
Native app generation just means allowing the user to install apps natively on their machine. This is equivalent to installing a program or application. If you would like to check it out, please follow these steps (advanced) or simply install one of the extensions from [http://people.mozilla.com/~dclarke/openwebapps/Extension/ here]:<br>  
 
'''NOTE: Github links are out of date. Need to find links to point to mozilla central versions of the links.'''


#Install the addon-sdk (from github as the release version will not work) - https://github.com/mozilla/addon-sdk<br>  
#Install the addon-sdk (from github as the release version will not work) - https://github.com/mozilla/addon-sdk<br>  
Line 83: Line 79:
#In a terminal, cd into the addon-sdk folder and type: bin\activate (windows) or source bin/activate (linux)<br>  
#In a terminal, cd into the addon-sdk folder and type: bin\activate (windows) or source bin/activate (linux)<br>  
#cd into openwebapps/addons/jetpack<br>  
#cd into openwebapps/addons/jetpack<br>  
#Type: cfx run - '''Note:''' Currently, using a release version of FF that is less than FF9 will cause an error relating to the icon. Therefore, either use FF9 (currently in beta) or use nightly or aurora by including the --binary command and passing in the path to firefox (.exe for windows) nightly/aurora (ex: cfx --binary="c:\Program Files\Nightly\firefox.exe" run).<br>
#Type: cfx run


==== <u></u>Extension Builds<u></u>  ====
==== <u></u>Extension Builds<u></u>  ====
Confirmed users
2,959

edits

Navigation menu