Jan Schäfer
Jan Schäfer
Ok. I could reproduce the issue as follows, but I do not know, whether this is what you meant: ``` abstract class StageA { @As("my custom description") abstract void step();...
Well, the implementation should not be too hard and I also see that the current behavior is surprising and seems to be wrong from a users point of view. The...
Good point :-)
Cool. For now, I will only implement this feature for super classes, not interfaces. Supporting interfaces opens too many questions ;-)
Yes, this is expected behavior and one of the main features of JGiven. Why is it important for you to have the password in the table if it is the...
It is quite difficult to specify which parameters you want to see in the table and which not. So either only the ones are shown that are different between the...
Ok. This behavior is basically by design. As long as you don't call a method on a stage, the stage is not considered to be part of the scenario. Although...
I must admit, I do not really understand your question. Why do you want to access the tags in AngularJS? What do you want to achieve with this?
Ok, I think I understood what you want to do, but it is still unclear why you want to do that. You typically execute a scenario multiple times with different...
Ok, you have scenarios that sometimes fail so you repeat them. And if the repeated run passes, you do not want to see that the previous ones failed, right? Which...