You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PlayFabApiTest.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@
10
10
<divid="qunit-fixture"></div>
11
11
<scriptsrc="https://code.jquery.com/jquery-1.7.1.min.js"></script><!-- HTTP vs HTTPS here should match where this file is hosted (This file is not strictly meant to be hosted, but rather run locally) -->
console.log(PlayFabApiTests.testData.playFabId,", Test report saved to CloudScript: ",PlayFab._internalSettings.buildIdentifier,"\n",JSON.stringify(PfTestReport,null,4));
594
+
}else{
595
+
console.log(PlayFabApiTests.testData.playFabId,", Failed to save test report to CloudScript (CS Error): ",PlayFab._internalSettings.buildIdentifier,"\n",JSON.stringify(PfTestReport,null,4));
console.log(PlayFabApiTests.testData.playFabId,", Test report saved to CloudScript: ",PlayFab._internalSettings.buildIdentifier,"\n",JSON.stringify(PfTestReport,null,4));
console.log(PlayFabApiTests.testData.playFabId,", Failed to save test report to CloudScript: ",PlayFab._internalSettings.buildIdentifier,"\n",JSON.stringify(PfTestReport,null,4));
601
+
console.log(PlayFabApiTests.testData.playFabId,", Failed to save test report to CloudScript (Login): ",PlayFab._internalSettings.buildIdentifier,"\n",JSON.stringify(PfTestReport,null,4));
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ These files are an internal PlayFab testing project, which activates and tests t
22
22
23
23
They require a testTitleData.json file to exist, which is described below.
24
24
25
+
This SDK can alternatively be obtained via our CDN. Additional details can be found [here](https://playfab.com/playfab-now-serving-javascript-sdk-via-cdn/).
26
+
25
27
26
28
4. testTitleData.json file required for example test files.
0 commit comments