Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Is it possible to log every gherkin step to the console? #22

Closed
KJHofstede opened this issue Jan 18, 2019 · 3 comments
Closed

Is it possible to log every gherkin step to the console? #22

KJHofstede opened this issue Jan 18, 2019 · 3 comments

Comments

@KJHofstede
Copy link

When running my test with this repo, I now only see this in the logs:
Feature: Some feature
Scenario: Some scenario

While I would expect:
Feature: Some feature
Scenario: Some scenario
Given this
When doing this
Then this happens

Is this what should happen? Or is it intended and should I write something to log every step myself?

@Lukas-Kullmann
Copy link
Contributor

Hi @KJHofstede,

This is the expected behavior at the moment. You cannot see which steps were run and you cannot generate any report that tells you. I'm sorry.
With the changes of #7 this would be possible. But I did not find the time yet to implement something like this.

@dthisner
Copy link

dthisner commented Sep 4, 2019

@Lukas-Kullmann I assume this also goes with if you wanted to see which step a test failed on, it is based on finishing #7 ?

@Lukas-Kullmann
Copy link
Contributor

Basically, yes.

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

No branches or pull requests

3 participants