SpecFlow icon indicating copy to clipboard operation
SpecFlow copied to clipboard

Improve Driver Pattern Documentation

Open thatstatsguy opened this issue 2 years ago • 5 comments

As I was reading through the Driver Pattern documentation, I realized that it could be improved to drive home the potential benefits of using the approach.

Types of changes

I've rejigged the introduction to the article.

  • [ ] Bug fix (non-breaking change which fixes an issue).
  • [ ] New feature (non-breaking change which adds functionality).
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • [ ] Performance improvement
  • [ ] Refactoring (so no functional change)
  • [x] Other (docs, build config, etc)

Checklist:

  • [ ] I've added tests for my code. (most of the time mandatory)
  • [ ] I have added an entry to the changelog. (mandatory)
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.

thatstatsguy avatar Feb 08 '24 15:02 thatstatsguy

not entirely sure why the one check wasn't successful - if anyone know where to check logs that would be appreciated!

thatstatsguy avatar Feb 09 '24 12:02 thatstatsguy

@SabotageAndi any chance you might know who is best to get this reviewed?

Also noticing other PRs with the same issue as what I've mentioned above

thatstatsguy avatar Apr 05 '24 05:04 thatstatsguy

@thatstatsguy Sadly I can't help you. I don't know anybody at Tricentis that is working on SpecFlow anymore.

You have probably more luck in switching to Reqnroll (https://github.com/reqnroll/Reqnroll/) and send the PR there.

SabotageAndi avatar Apr 05 '24 12:04 SabotageAndi

appreciate the response @SabotageAndi ! pity that the repo isn't getting much attention

thatstatsguy avatar Apr 05 '24 13:04 thatstatsguy

FYI https://github.com/SpecFlowOSS/SpecFlow/issues/2719

304NotModified avatar May 03 '24 09:05 304NotModified