When I attempt to re-run an updated userFeedback.json, with the script folder empty, I am not getting new scripts (that would include any changes made to the userFeedback.json file)
Do you have any suggestions on trouble shooting or settings/config changes?
Thanks!
So if I understand correctly when you re-run the crawler you get the same scripts as previous you updated the userFeedback.json, right?
I need some info:
Tip: If you use DEBUG=botium-crawler* environment variable, you can get a more detailed log. E.g:
DEBUG=botium-crawler* botium-cli crawler-run ...
Updated
(I got some new info from the comments)
I tried it with docker as well (It's important to run it with '-it' because you will have terminal interactions):
With the command above I got this result:
Then I removed the scripts folder from the crawler-result, and I edit the userFeedback.json with a "test" answer on "hello" path:
I re-run the above written docker command again, and the result is:
I hope it helped.