Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multistep measurement #151

Closed
wants to merge 5 commits into from
Closed

Multistep measurement #151

wants to merge 5 commits into from

Conversation

iteratec-hh
Copy link

Extension for webpagetest to deliver and show multiple results from a single (multistep-)measurement. So the test-frequency can be increased, clearly with fix agent-capacity.

The single results are displayed in web-gui of webpagetest. We adapted all subpages of web-gui to show the multistep-results. We developed the solution to fit the needs of one of our customers. We believe, the ability to measure multiple steps within a single test could be very useful for other wpt-users, too.

We adapted wptdriver, Browser-extensions and PHP-code of the web-gui. We didn't adapt urlblast.

iteratec GmbH (http://www.iteratec.de)

cws added 5 commits November 5, 2013 16:26
…ired

Adapted compile.cmd script for compiling chrome extension (python.exe has to be included to path to use)

Fixed Bug: setDOMElement for Chrome didn't reset expected dom elements at a new page

Conflicts:
	agent/browser/chrome/compile.cmd
	agent/browser/chrome/extension/release/wpt/allTests.js
	agent/browser/chrome/extension/release/wpt/background.js
	agent/browser/chrome/extension/wpt/background.js
	agent/browser/chrome/extension/wpt/commands.js
	agent/wptdriver/wpt_test.cc
	agent/wptdriver/wpt_test.h
	agent/wpthook/request.cc
	agent/wpthook/request.h
	agent/wpthook/results.cc
Conflicts:
	agent/wpthook/results.cc
	agent/wpthook/results.h

Conflicts:
	agent/wpthook/results.cc
The batch is executed after the browser should have been closed (e.g. the script can be used to close browser if it is still running)

Conflicts:
	agent/wptdriver/web_browser.cc
	agent/wptdriver/wpt_settings.cc
	agent/wptdriver/wpt_settings.h
Conflicts:
	www/webpagetest/breakdown.inc
	www/webpagetest/breakdown.php
	www/webpagetest/customWaterfall.php
	www/webpagetest/details.php
	www/webpagetest/domains.inc
	www/webpagetest/domains.php
	www/webpagetest/export.php
	www/webpagetest/object_detail.inc
	www/webpagetest/optimization.inc
	www/webpagetest/optimizationChecklist.php
	www/webpagetest/page_data.inc
	www/webpagetest/pageimages.php
	www/webpagetest/performance_optimization.php
	www/webpagetest/result.inc
	www/webpagetest/results.php
	www/webpagetest/screen_shot.php
	www/webpagetest/thumbnail.php
	www/webpagetest/utils.inc
	www/webpagetest/video/compare.php
	www/webpagetest/waterfall.css
	www/webpagetest/waterfall.inc
	www/webpagetest/waterfall.js
	www/webpagetest/waterfall.php
	www/webpagetest/waterfall_detail.inc
	www/webpagetest/work/workdone.php
	www/webpagetest/xmlResult.php
@pmeenan
Copy link
Contributor

pmeenan commented Nov 15, 2013

Thanks. I'm getting ready to release 2.13 so I'll probably delay this until right after the release (probably take a look at it next week).

@pmeenan
Copy link
Contributor

pmeenan commented Jan 7, 2015

This has been updated in #376 - closing the old pull request

@pmeenan pmeenan closed this Jan 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants