Skip to content

Commit

Permalink
Add example .runsettings for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 8, 2024
1 parent 01710f1 commit a364330
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -431,3 +431,7 @@ $RECYCLE.BIN/
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# Test configuration
*.runsettings
!*.example.runsettings
9 changes: 9 additions & 0 deletions source/Gravatar.example.runsettings
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>

<RunSettings>
<RunConfiguration>
<EnvironmentVariables>
<GRAVATAR_API_KEY>YOUR_GRAVATAR_API_KEY</GRAVATAR_API_KEY>
</EnvironmentVariables>
</RunConfiguration>
</RunSettings>

0 comments on commit a364330

Please sign in to comment.