kiwigrid / gherkin-testcafe

Run testcafe tests with gherkin syntax
MIT License
69 stars 2 forks source link

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

Closed KJHofstede closed 5 years ago

KJHofstede commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

@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 commented 5 years ago

Basically, yes.