Skip to content
Zarkonnen edited this page Apr 17, 2012 · 9 revisions

Some notes on getting started with developing on Se Builder.

Setup

The first thing you'll want to do is to clone the repo to your machine. You can do this by invoking (assuming you have git installed)

git clone git://github.com/admc/se-builder.git

This will download a local copy of se-builder.

Next, you will want to tell Firefox to treat this repo as an installed extension. The benefit of this is that you can make changes to Builder, and they will be available upon restarting Firefox. There is no need to recreate an XPI each time.

To do this, go to the "extensions" folder in your Firefox profile folder, and create a text file called [email protected], containing a single line that is the absolute path to the "seleniumbuilder" folder inside the repo. For example, on my setup, this line is /Users/zar/Projects/SeBuilder/se-builder/se-builder/seleniumbuilder/. Once you've restarted Firefox you should be prompted about whether you want to install Builder.

Creating a new language format