Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for 
change notification.

The "ContributorWorkflow" page has been changed by MarcelKinard:
https://wiki.apache.org/cordova/ContributorWorkflow?action=diff&rev1=25&rev2=26

Comment:
added a passing reference to cordova-js jake test

  
  The contributor is responsible to test their changes and correct any problems 
with their changes before a pull request is submitted. The testing includes 
both verifying the function they added/touched, plus running the test suites to 
verify there are no regressions.
  
- When we say "run the test suites" this includes all automated tests in 
mobile-spec, manual tests in mobile-spec that might be affected by the change, 
and any platform-specific unit tests (i.e., cordova-android/test, 
cordova-ios/CordovaLibTests, etc.)
+ When we say "run the test suites" this includes all automated tests in 
mobile-spec, manual tests in mobile-spec that might be affected by the change, 
and any platform-specific unit tests (i.e., cordova-android/test, 
cordova-ios/CordovaLibTests, cordova-js jake test, etc.)
  
  It is recommended that you add a comment in Jira about what testing you did 
with your change, so a committer can understand what testing was done before 
they merge your change. It is also recommended that where reasonably feasible, 
you add automated tests to validate your change and catch any future 
regressions.
   

Reply via email to