Skip to content

Conversation

@mandre
Copy link

@mandre mandre commented Nov 21, 2025

Adds a new TestSuite configuration option ignoreFiles that accepts file patterns (e.g., ".md", "README") to ignore when collecting test step files. Files matching these patterns are silently skipped without generating warnings, allowing documentation and other non-test files to coexist in test case directories.

Fixes #650.

…ories

Adds a new TestSuite configuration option `ignoreFiles` that accepts
file patterns (e.g., "*.md", "README*") to ignore when collecting test
step files. Files matching these patterns are silently skipped without
generating warnings, allowing documentation and other non-test files to
coexist in test case directories.

Fixes kudobuilder#650.

Signed-off-by: Martin André <[email protected]>
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.

Provide an option to ignore files

1 participant