我使用脚本实现 Webpagetest api 而不是将 url 与命令一起传递。
代替
webpagetest test "www.example.com" -k XXXXXXXXXXXXXXXX
我用webpagetest test "D:\Jmeter\WebPageTestAPI\webpagetestApiMaster\test\fixtures\script.txt" -k XXXXXXXXXXXXXXXXXXXXX
脚本包含www.example.com
我现在正在实施https://github.com/marcelduran/webpagetest-api.git
谁能告诉我我/webpagetest-api/tree/master/test/fixtures/script.txt
上面使用的如何通过。当我有 github repo 时在命令中。
当我尝试
webpagetest test "https://github.com/marcelduran/webpagetest-api/tree/master/test/fixtures/script.txt" -k XXXXXXX
未使用 script.txt 中的数据。instedhttps://github.com/marcelduran/webpagetest-api/tree/master/test/fixtures/script.txt
本身被视为 URL。
希望我的问题很清楚..如果不是,请告诉我。