Reproduce steps:
-
Install the phantomas version 2.5.0.
-
Run the below command.
node node_modules/phantomas/bin/phantomas.js --url="https://www.google.com/" --modules=ajaxRequests
Expected result:
It will return only ajaxRequests module metrics.
Actual result:
It will return all the module metrics.
