Is it possible or is there a way to use thunderclient npm package to run the list of graphql requests from a json file in a CLI not from VSCode? Something like this "npx thunder-client run api_tests.json"
I tried to run this "npx thunder-client run api_tests.json" command as part of github workflow to test the collection of graphql requests. But this is not working and I got an error "could not determine executable to run".