Collapse nested packages

Is there any way to collapse nested packages in Katalon Studio?

We have lots of nested packages, for examples

steps.x
steps.y
steps.z

I would like to only see steps package, and only when I unfold steps package, I would like to see packages inside, is there any way to accomplish that? It is very hard to navigate without that. Kind regards.

1 Like

Hi there, :wave:

Thank you very much for your topic! It may take a little while before Katalon team member or others forum members respond to you.

In the meantime, you can double-check your post to see if you can add any extra information i.e. error logs, HTML codes, screenshots, etc. Check out this posting guide to help us help you better!

Thanks! :sunglasses:
Katalon Community team

I don’t think it is possbile.

See How to view hierarchical package structure in Eclipse package explorer - Stack Overflow

Eclipse has 2 modes

  • Project presentation
  • Package presentation

The Package presentation supports collapsing the java pacakges hierarchically, which is what you want.

The Project representation does not support collapsing the java pacakges hierarchically.

It seems that Katalon Stutio uses the Project representation as the base of “Test Explorer”. So, the Test Explorer does not support collapsing the java packages hierarchically.