Altered test install scripts so that the script now runs a watir script that installs the webmip test application onto apex. At this point in time it only installs the application export file (the CSS,theme and pictures have to be installed manually). This means we can now automatically install a test instance of webmip.
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2934 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -35,10 +35,14 @@ cd ..\..
|
||||
goto :done
|
||||
|
||||
:test
|
||||
@echo Install Test
|
||||
@echo Install Test data
|
||||
cd Data\test
|
||||
call InstallData %3/%4@%5
|
||||
@echo Installed Test data
|
||||
@echo Installing Test application in APEX...
|
||||
ruby apex_auto_install.rb
|
||||
cd ..\..
|
||||
|
||||
@echo Test Complete
|
||||
|
||||
goto :done
|
||||
|
||||
Reference in New Issue
Block a user