src/modules/Hosts/Hosts.FuzzTests/Fuzz.md
This document provides a step-by-step guide for integrating fuzzing tests into your .NET project.
Create a new test project within your module folder. Ensure the project name follows the format .FuzzTests.
Follow the instructions in Fuzz.md from AdvancedPaste.FuzzTests to properly integrate fuzzing tests into your project.
Configuring OneFuzzConfig.json:
PowerToys\x64\Debug\tests\Hosts.FuzzTests\net8.0-windows10.0.19041.0Modify the patterns in the job steps within job-fuzz.yml to match your fuzzing project name.
Example:
- download: current
displayName: Download artifacts
artifact: $(ArtifactName)
patterns: |-
**/tests/Hosts.FuzzTests/**
After executing the tests, check your email for the job link. Click the link to review the fuzzing test results.