kazurayam / TestClosure

Proof of Concept "TestClosure". This enables executing multiple Groovy Closures simultaneously in a Test Case in Katalon Studio.
https://forum.katalon.com/t/testclosure-executing-groovy-closures-in-test-cases-simultaneously/52436
0 stars 0 forks source link

Prefer `Include/scripts/groovy` directory to `Keywords` directory #22

Closed kazurayam closed 7 months ago

kazurayam commented 7 months ago

As of Katalon Studio v9.3.1, the Keywords directory is an Enterprise feature; it is no longer available to the Free plan users.

I find no reason to locate my code in the Keywords directory.

So, I should move them to the Include/scripts/groovy directory

kazurayam commented 7 months ago

No, I won't do this.

I have the following directories:

If I move the codes from Keywrords to Include, then I will see

I don't like this. I want to seperate the application classes and the test classes apart.