Report.txt, details page
|
07-27-2011, 06:37 AM
Post: #1
|
|||
|
|||
Report.txt, details page
For the details page, im trying to understand how it gets the information. Does it come directly from the report.txt.gz file inside the result folder for that test or is is being collected from a HAR/json file. I want to try to do virtually the same thing but extract only the information that I need rather than all of it.
|
|||
07-27-2011, 06:41 AM
Post: #2
|
|||
|
|||
RE: Report.txt, details page
It comes from both the *_IEWTR.txt.gz file (has all of the request timings in a tab-delimited file) and report.txt.gz for the raw headers.
If you want to re-use code, page_data.inc in the php code will load and parse the data for you. |
|||
07-28-2011, 03:44 AM
Post: #3
|
|||
|
|||
RE: Report.txt, details page
Where does the $testPath variable get initialized. Im trying to use the loadallpagedata methods but cannot find the appropriate test path, thanks!
|
|||
07-28-2011, 03:45 AM
Post: #4
|
|||
|
|||
RE: Report.txt, details page
common.inc - There is a helper function GetTestPath() that will translate a test ID into a relative path but it also sets it based on the test ID for the current test if one is set.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)