We have completed the testing for the app and ready to start the review process. When I run fdk run command the /coverage directory is not getting generated. Troubleshooting done:
Re-installed fdk cli
Tried the prod app version. Downloaded the zip file of prod app, extracted it and ran fdk run command. Still no /coverage directory.
Welcome to the Freshworks Developer Community…
Did you execute your app-side code after running the fdk command? The coverage folder will only be created once your front-end or back-end code has been executed successfully. Ensure that you have completed both the execution steps properly, as this process generates the coverage report based on the code runs.