Forum Discussion

MichaelSmith's avatar
MichaelSmith
Occasional Contributor
8 years ago
Solved

Script Library visibility within Ready API?

I know how to set the script library location within Ready API to actually use that functionality, but is there any way to see and modify those files within the GUI?  Seems a bit clunky GUI design to me that I have to code those groovy scripts in notepad...

  • nmrao's avatar
    nmrao
    8 years ago
    Hmm.. right. Those are external files and not belongs to any project and unfortunately it only allows the files that belongs to the project as of now.

8 Replies

  • Hi Michael,

     

    Doing it in notepad would indeed be a nightmare! I recommend using the free Community version of IntelliJ, which is what we use in the development team to edit our Groovy (and Java) code:

     

    https://www.jetbrains.com/idea/download/

     

    We could of course build support for editing external Groovy code, but IntelliJ has been designed for this and will likely always be a better tool for editing Groovy code.

     

    Kind regards,

    Manne, Ready! API developer

  • nmrao's avatar
    nmrao
    Champion Level 3
    Which version of ReadyAPI are you using?