Skip to content

Feature request: Having collapsible nodes inline with log #153

Open
@arnonax

Description

@arnonax

Today, when I create a node it always appears at the bottom of the log. I would like it to appear inline with the other log entries, according to it's creation timestamp. This will allow me to create nested log entries. For example, I want my log to look like something this:

Navigate to landing page
>>>Login
    Click login link
    Enter user name "dummyUser"
    Enter password "dummyPassword"
    Click login button
<<<Login
>>>Add product to cart
    >>> Search product
        Navigate to search page
        Type "dummyProduct" in the search box
        Click search button
    <<< Search product
    Choose product "dummy product"
    Click "Add to cart"
<<<Add product to cart
>>>Checkout
    ...
    ...
<<<Checkout

Note: I looked at the code and I have an idea how to implement it. I still didn't try to implement it, but I'm willing to try and open a PR if you would accept it.
@ZimM-LostPolygon @anshooarora

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions