Is it possible to define documentation for test cases?

We are working on a Test Suite and we have several test cases, however, we would like to document it in a more end-user readable way such as “Cucumber” https://cucumber.io/

Example
"
Feature: Hello Cucumber
As a product manager
I want our users to be greeted when they visit our site
So that they have a better experience

Scenario: User sees the welcome message
When I go to the homepage
Then I should see the welcome message
"

How can we achieve such enriched documentation in Katalon Studio?

Thanks in advance,
Victor

Right click the test case in the tree on the left side of the window. Then select properties. There is room in the dialog that opens to put things like this in the description.

Was the question of integration with Cucumber ever answered?