Add Selenium integration test framework

This commit is contained in:
gsb
2026-04-29 22:15:02 +00:00
parent 1198791505
commit 3e8d3388f6
12 changed files with 703 additions and 7 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ def broadcast_peers():
if __name__ == "__main__":
app.run(debug=True, port=5000)
app.run(debug=True, host="0.0.0.0", port=5000)