Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to print out metadata(the conent of given|when|then) when specs running? #677

Closed
AlexLuya opened this issue Dec 9, 2016 · 1 comment

Comments

@AlexLuya
Copy link

AlexLuya commented Dec 9, 2016

Is it possible or not?

Update: For metadata,I mean the content of after given|when|then statement,such as:

def "test case"...
given:"some preconditions"
when:"do something"
then:"some result"

...
I want that blow content got printed:

"test case" begins
"some preconditions"
"do something"
"some result"
@leonard84
Copy link
Member

Duplicates #538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants