![]() |
Node.JS agent and Multi-step - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: Node.JS agent and Multi-step (/showthread.php?tid=13512) |
Node.JS agent and Multi-step - trak729 - 01-23-2015 06:13 AM I have been playing with Node.JS agent to get measurements from multi-step WebDriver scripts and pushed it to a local instance of WPT to examine the waterfall and HAR. I also fetched the pr/376 pull-request that implements multi-step logging. But, I haven't been able to connect the two. I know the pr/376 is a work in progress, but is there a way I can get access to a working multi-step instance like http://server7.wpt.otto.iteratec.de? I want to see if I can write WebDriver scripts in Node.JS and have a multi-step logged waterfall in WPT. RE: Node.JS agent and Multi-step - pmeenan - 01-29-2015 12:23 AM I'm just starting to work through the merge but webdriver scripts are kind of a special beast since the timeline comes in as a single file and the server would still need to parse out the separate steps. I expect that one is going to take a fair bit of work to get working correctly. |