catchpoint/WebPageTest.api-nodejs

Tests run is complete with no successful results

testhorse opened this issue · 0 comments

I am using webpagetest npm package, to run tests on my 10 web pages one after the other.
command used :
webpagetest test <page1_url> -k <api_key> -v
webpagetest test <page2_url> -k <api_key> -v
.
.
webpagetest test <page10_url> -k <api_key> -v
All the tests were running fine for last 3 months.

Recently, some of tests started failing from 17th April 2020.
Some of the tests are passing and some are failing, this is very random.

When I checked the report url, it looks as follows:
Screen Shot 2020-04-29 at 19 29 14

Even after trying : webpagetest restart <test_ID> nothing happens.
When tried manually from the result page, the tests gets restarted and works fine.

Looking for help. Would appreciate. Thanks.