Difference between revisions of "New Firefox Performance Testing Documentation"

From CDOT Wiki
Jump to: navigation, search
(Cygwin Setup)
Line 5: Line 5:
 
**Download cygwin.  Install cygwin with the DOS-style line endings.
 
**Download cygwin.  Install cygwin with the DOS-style line endings.
 
**At minimum, you are required to have the following additional tools:
 
**At minimum, you are required to have the following additional tools:
    *** unzip (Archive category)
+
*** unzip (Archive category)
    *** wget (Web category)
+
*** wget (Web category)
 
**For some reason, we can't get output from Firefox unless it's wrapped in a Cygwin sh shell.  So we use cygwin for that, and to sync between Firefox runs.
 
**For some reason, we can't get output from Firefox unless it's wrapped in a Cygwin sh shell.  So we use cygwin for that, and to sync between Firefox runs.

Revision as of 00:48, 14 December 2006

Introduction

Cygwin Setup

  • Cygwin
    • Download cygwin. Install cygwin with the DOS-style line endings.
    • At minimum, you are required to have the following additional tools:
      • unzip (Archive category)
      • wget (Web category)
    • For some reason, we can't get output from Firefox unless it's wrapped in a Cygwin sh shell. So we use cygwin for that, and to sync between Firefox runs.