felt icon indicating copy to clipboard operation
felt copied to clipboard

Add "title" field in actions

Open prigio opened this issue 8 years ago • 1 comments

Hi, I see a lot of potential (and need) in Felt!

I'd propose to give the user the possibility to add a descriptive field within each action: if it was included in scenario execution results, it would be possible to build a human-readable report, as not everyone is well versed in CSS-selectors and what they mean in the website.

Example:

...
"steps": [
        {
            "title": "load homepage",
            "action": "open_url",
            "value": "http://felt.sava.be/"
        },
        {
            "title": "navigate to login page",
             "action": "open_url",
            "value": "http://felt.sava.be/login.php"
        },
...

Thank you for the good work!

prigio avatar Jun 21 '17 18:06 prigio

Hi Prigio

First of all, thanks for the kind words.

I like your suggestion a lot. I'm currently planning a 1.0 beta release with a lot of changes. I hope to finish this soon. After I will try to incorporate your idea, so it may take some time.

Thanks again for your feedback. If you have any other ideas, don't hesitate to post them.

kidk avatar Jun 21 '17 20:06 kidk