Hi All, I followed this documentation to generate test results in HTML format in my cucumber framework. But here, I’m always getting an issue that Error:: No file(s) found at /home/circleci/project/logs/cucumber after getting final hash of the report. I’m using in my config.yml as:
Not sure I am on the right track here, but have you tried to SSH in and see if the reports are at /home/circleci/project/output or if they’re at /home/circleci/cucumber as that is where your config file says to put them?
As mentioned, you should double check that your outputs are going where you think they are. I’d recommend checking before and after the bundle command with something like:
- run:
name: Check cucumber directory
command: ls -al ~/cucumber
Now I’m getting report but it’s getting empty with error Error:: No file(s) found at /home/circleci/project/logs/cucumber. Can you please tell me that what the issue can be?