|
BuildingSeIDE
How to build Selenium-IDE
ide There are two different ways you can interact with the Selenium-IDE (Se-IDE) from a development perspective DevelopmentMost of the time people reading this will want to use it in a 'development' mode. Working this way means you don't have to restart Firefox all the time to see changes; you just need to reload the bit of xul that had the overlay applied to it. In order to do this you need to...
./go ide_proxy_setup or go.bat ide_proxy_setup DO NOT aggressively do an svn add when running in the proxy mode and commit. It will make people cranky. A good habit is to do an se_ide:remove_proxy and then svn status and svn add. ReleaseWhen you need to ship your / the changes and need an actual xpi file, you will want to do use the ide task. It will leave an xpi in trunk/build/ide called selenium-ide.xpi go ide If you are doing a proper release of Se-IDE and need it with the embedded version then the release_ide task is what you are looking for. It does ide and then renames it based upon the value of ide_version in the Rakefile. |