Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Add "title" field in actions #32

Open
prigio opened this issue Jun 21, 2017 · 1 comment
Open

Add "title" field in actions #32

prigio opened this issue Jun 21, 2017 · 1 comment
Assignees
Milestone

Comments

@prigio
Copy link

prigio commented Jun 21, 2017

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!

@kidk
Copy link
Owner

kidk commented Jun 21, 2017

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 kidk added this to the 1.1 milestone Jun 21, 2017
@kidk kidk self-assigned this Jun 21, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants