Jan Schäfer

Results 70 comments of Jan Schäfer

So do you think that this is enough for your use case? What I could add in addition would an option to sort by a tag. Then you could put...

Ok. So I think a first easy solution would be to allow ordering by tags with values. For example, if you have a tag `Issue` that takes a string as...

I have implemented the sorting by tag. Its available with v0.8.0-SNAPSHOT. You can try it also out at http://jgiven.org/snapshot/jgiven-report/html5/#/all and 'Sort By -> Issue'.

Do you think I can close the issue?

Actually you can do that already by using the `cssClass` attribute of the `@IsTag` annotation. For example you can define: ``` .tag.hidden { display: none; } ``` in a `custom.css`...

That will be an interesting one :-)

Ok. Maybe I have not completely understand your implementation. It seems that you could only use at most three stages in a single scenario. In JGiven you can have additional...

For an example, you can look at https://github.com/TNG/JGiven, where the same problem exists. Neither using `./gradlew idea` nor importing the project as a gradle project into IntelliJ works.

There is also an open defect for IntelliJ regarding this issue: https://youtrack.jetbrains.com/issue/IDEA-163411