Coverage directory is not generating when executing fdk run

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:

  1. Re-installed fdk cli
  2. Tried the prod app version. Downloaded the zip file of prod app, extracted it and ran fdk run command. Still no /coverage directory.
  3. Tried the above in a different machine.

nvm -v => 0.39.7
node -v => v18.20.3
npm -v => 10.7.0
fdk -v => 9.2.0

fdk.log (171.2 KB)
report.txt (615 Bytes)

Hi @dhinesh.venkat

Welcome to the Freshworks Developer Community… :handshake:
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.

That was it. Thank you so much.

1 Like

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.