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
Summary:
fixes T2211
But not really. We've decided that the JS testing is broken beyond repair, and the cost/benefit has exceeded usefulness.
The example uses the CDN which is slightly better practice than adding the script files,
and we report slightly better info about when tests finish in the example.
Test Plan: none, because we removed it :(
Reviewers: #devtools_in-progress, zac-playfab
Reviewed By: #devtools_in-progress, zac-playfab
Subscribers: zac-playfab
Maniphest Tasks: T2211
Differential Revision: https://phab.playfabdev.com/D2460
Copy file name to clipboardExpand all lines: targets/javascript/source/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));
0 commit comments