Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueline-57b committed Jul 16, 2024
1 parent 7e382f2 commit c575c2a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions l1-test-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,25 @@
var dateFolder = year + month + day;

document.write("dateFolder: " + dateFolder);

document.getElementById("rpcTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.json";
document.getElementById("stakeTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.json";
document.getElementById("rewardsTest").src = dateFolder + "/pass_07-14-2024_125614_sdk-test-report.json";
document.getElementById("stressTest").src = dateFolder + "/stress_test.log";
</script>

<h1>RPC Test</h1>
<iframe src="${dateFolder}/pass_07-14-2024_125614_sdk-test-report.json" width="100%" height="600px"></iframe>
<iframe id="rpcTest" width="100%" height="600px"></iframe>

<h1>Stake Test</h1>
<iframe src="${dateFolder}/pass_07-14-2024_125614_sdk-test-report.json" width="100%" height="600px"></iframe>
<iframe id="stakeTest" width="100%" height="600px"></iframe>

<h1>Rewards Test</h1>
<iframe src="${dateFolder}/pass_07-14-2024_125614_sdk-test-report.json" width="100%" height="600px"></iframe>
<iframe id="rewardsTest" width="100%" height="600px"></iframe>

<h1>Stress Test</h1>
<iframe src="${dateFolder}/stress_test.log" width="100%" height="600px"></iframe>
<iframe id="stressTest" width="100%" height="600px"></iframe>

<!-- Add more report sections as needed -->
</body>
</html>

</html>

0 comments on commit c575c2a

Please sign in to comment.