Skip to content

Commit 6bc58e7

Browse files
author
pgilmorepf
committed
testTitleData.json readme update
1 parent 2062151 commit 6bc58e7

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,10 @@ This SDK can alternatively be obtained via our CDN. Additional details can be fo
2828
4. testTitleData.json file required for example test files.
2929
----
3030

31-
This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional. The testTitleData.json file provides your secret title information to the unit-test project, so it can execute tests in your own PlayFab title.
32-
33-
The format is as follows:
34-
35-
{
36-
"titleId": "your Game Title ID, found in the settings/credentials section of your dashboard on the website",
37-
"developerSecretKey": "your PlayFab API Secret Key, found in the settings/credentials section of your dashboard on the website - NEVER SHARE THIS KEY WITH PLAYERS",
38-
"titleCanUpdateSettings": "false", // "true" or "false", based on your Allow Client to Post Player Statistics option, found in the settings/general section of your dashboard on the website
39-
"userName": "testUser", // Arbitrary username, you can change this to any valid username
40-
"userEmail": "your@email.com", // This email address will be bound to the username above
41-
"userPassword": "testPassword", // This must be the correct password for the testUser above (if that user does not exist yet, this will be the new password)
42-
"characterName": "testCharacter" // Arbitrary characterName, you can change this to any valid characterName
43-
}
31+
This sdk includes an optional example project that is used by PlayFab to verify sdk features are fully functional.
4432

33+
Please read about the testTitleData.json format, and purpose here:
34+
* https://github.com/PlayFab/SDKGenerator/blob/master/JenkinsConsoleUtility/testTitleData.md
4535
This file must be created and placed in the root of the sdk (beside PlayFabApiTest.html & PlayFabApiTest.js), and must be named "testTitleData.json"
4636

4737

0 commit comments

Comments
 (0)