microsoft / restler-fuzzer

RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services.
MIT License
2.52k stars 284 forks source link

Spec coverage file speccov-min.json not found. #781

Closed jebuiz closed 1 year ago

jebuiz commented 1 year ago

Description

I am trying to run RESTler through GitHub Actions. However, I keep getting this message: Spec coverage file speccov-min.json not found. RESTler still runs about it is giving 0/10 coverage. It works fine locally, but appears to not work on GitHub Actions. Any advice?

marina-p commented 1 year ago

Hello @jebuiz,

Do you get any output files after RESTler finishes in the GitHub actions? If yes, what is in the EngineStdOut.txt and EngineStdErr.txt? Is there a RestlerResults\experiment___\logs\'network.testing.*.txt' log in the task directory, and if yes does that same directory contain any 'speccov' files?

Thanks,

Marina

jebuiz commented 1 year ago

This ticket can be resolved. The path to my access token was incorrect.