Skip to content

Conversation

@Der-Bayer
Copy link

Fix #247

This is my first ever pull request to an open source project. If I'm missing any rules or guidelines for contributing to this repository, please feel free to let me know.

This PR adds support for additional placeholder replacements in test names. I’ve tried to include test cases for all possible scenarios. To ensure comprehensive coverage, I also added all the test examples from the official documentation here: Data Driven Tests.

Additionally, I included the test cases from the related bug report — these are now working as expected:

image

⚠ Unfortunately, I wasn't able to successfully implement one specific test case:
'Works with variable defined in Before-Block'.

Even in the tests from the official documentation, these placeholders are not replaced correctly:

image

There might be some input or guidance on this that I could incorporate.

I'm happy to receive any kind of feedback!

Added data driven tests from V5 documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Template placeholders not expanded the same way as in pester itself

1 participant