Created
August 23, 2022 09:19
-
-
Save stepbester/06df47f3d126729b16042ab2fc280321 to your computer and use it in GitHub Desktop.
Example .runsettings file containing test run parameters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<RunSettings> | |
<TestRunParameters> | |
<Parameter name="shipName" value="Enterprise" /> | |
<Parameter name="shipDesignation" value="NCC-1701" /> | |
</TestRunParameters> | |
</RunSettings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment