diff --git a/README.md b/README.md index db70070..2b8db50 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Simply add the `nanoFramework.TestFramework` nuget to your project and you're go ![test nuget](assets/test-nuget-test-framework.jpg) +Before running tests make sure to check "Auto Detect runsettings Files" from "Test" menu. + +![test runsettings](assets/test-auto-detect-runsettings.jpg) + Once you'll build your project, the tests will be automatically discovered: ![test discovered](assets/test-discovered.jpg) diff --git a/assets/test-auto-detect-runsettings.jpg b/assets/test-auto-detect-runsettings.jpg new file mode 100644 index 0000000..db403bd Binary files /dev/null and b/assets/test-auto-detect-runsettings.jpg differ