1 # This is a sample configuration file to show how to run the Windows
4 # The title of the html report
5 title: Windows 2000, 1Ghz Celeron, 256MB Ram
7 # Text to append to the filename (should only contain letters, numbers,
11 # Profiles to test. Each of these can have different extensions installed,
12 # different prefs set, and different paths to firefox.
15 # Path to Firefox executable to test:
16 firefox: "C:\\Program Files\\Mozilla Firefox\\firefox.exe"
18 # No preferences beyond the defaults
21 # No extensions installed
25 # Path to Firefox executable to test:
26 firefox: "C:\\Program Files\Mozilla Firefox 2 Beta 1\\firefox.exe"
28 # Turn on prefs to enable safe browsing with no remote lookups
29 # As an example of a string pref, make the selected search eBay
31 browser.safebrowsing.enabled: true
32 browser.safebrowsing.remoteLookups: false
33 browser.search.selectedEngine: "eBay"