Skip to content

yuanbei/wpt_helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a helper to start a webpagetest task through WebpageTest RESTful API. Download and save test result into given file path.

usage: main.py [-h] [-w WEBPAGETEST] [-t TARGET] [-k KEY] [-r RESULT]

WebPagetest helper to run test on WebPagetest instance.

optional arguments:
  -h, --help            show this help message and exit
  -w WEBPAGETEST, --webpagetest WEBPAGETEST
                        runtest url which offered by WebPagetest instance.
  -t TARGET, --target TARGET
                        target url which will be tested.
  -k KEY, --key KEY     WebPagetest api key.
  -r RESULT, --result RESULT
                        Result file path where the result files will be stored.

About

This project is a helper to start a webpagetest task through WebpageTest RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages