Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 705 Bytes

proxo

network analysis plugin for WebdriverIO

Approximate plan:

  • proxo implements a wdio service/plugin.
  • It’d require Selenium to be running, possibly via the wdio selenium service
  • It'd also require browsermob-proxy to be running, which could be automatically installed and run using https://github.com/rackerlabs/browsermob
  • The user would configure the host and port that browsermob-proxy should run on
  • proxo would provide webdriverio commands to start recording, stop recording and get a HAR dump
  • Could provide utilities for working with the HAR, parsing it into a nice format, analysing performance, etc.