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
For testing purposes, it would be very helpful to have a command like this:
cargo run --bin http_tracker_client https://tracker.torrust-demo.com 9c38422213e30bff212b30c360d26f9a02136422
The UDP client code has already been moved from the testing code to the production code. We can also move the HTTP tracker client used in tests to production code.
This script can be used to manually test the HTTP tracker but also for E2E tests in the future.
The text was updated successfully, but these errors were encountered:
For testing purposes, it would be very helpful to have a command like this:
cargo run --bin http_tracker_client https://tracker.torrust-demo.com 9c38422213e30bff212b30c360d26f9a02136422
The UDP client code has already been moved from the testing code to the production code. We can also move the HTTP tracker client used in tests to production code.
This script can be used to manually test the HTTP tracker but also for E2E tests in the future.
The text was updated successfully, but these errors were encountered: