Project folder: Scripts folder is not updated along with Test cases folder

Hi community,

I have the following question:

In the project folder you have, among others, following folders:

  • Test Cases (containing the testcaes as .TC files)
  • Scripts (containing the actual scripts related to the test cases in .groovy files)

I have noticed that deleting a Test Case won’t automatically update the scripts folder and delete the related script files.

So it is possible to have a certain custom keyword which only has a reference in a file in the script folder which is related to a deleted test case.

Shouldn’t deleting a test case delete the related script?