Skip to content

Quickfix ignore QAOps TestContent#143

Merged
janstaelensskyline merged 2 commits into
mainfrom
IgnoreQAOpsTestCsFiles
Mar 18, 2026
Merged

Quickfix ignore QAOps TestContent#143
janstaelensskyline merged 2 commits into
mainfrom
IgnoreQAOpsTestCsFiles

Conversation

@janstaelensskyline
Copy link
Copy Markdown
Member

This pull request introduces improvements to the code file selection logic in the automation script builder and adds a corresponding unit test to ensure that testing-related files are excluded from processing. The changes enhance the reliability of script generation by preventing unwanted test files from being included.

Enhancement to code file selection:

  • Updated GetRelevantCodeFilesSorted in AutomationScriptBuilder.cs to exclude files located in TestPackageContent/TestHarvesting and TestPackageContent/Tests directories, ensuring only relevant code files are processed.

Testing improvements:

  • Added a new test method SLDisCompiler_AutomationScriptBuilder_IgnoreTestingFilesAsync in AutomationScriptBuilderTests.cs to verify that files from testing directories are ignored during script building.

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.

2 participants