From 2493f6972099f87e4b168db299af95bfddc6d3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Sat, 16 Dec 2023 13:23:36 +0000 Subject: [PATCH] Update ayb/commands.md --- ayb/commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ayb/commands.md b/ayb/commands.md index 4dc4f00..c7491e6 100644 --- a/ayb/commands.md +++ b/ayb/commands.md @@ -14,4 +14,6 @@ Basic commands for ayb development * Change `smtp_username` to `"username"`. * Change `smtp_password` to `"password"`. * Set `e2e_testing` to `true` -* Only run SQLite tests: `cargo test client_server_integration_sqlite -- --exact`. \ No newline at end of file +* Only run SQLite tests: `cargo test client_server_integration_sqlite -- --exact`. + * After E2E testing the `10026` port may still be in use. The simplest way to kill the process using the port is running `freeport 10026`. + * If freeport isn't installed, run `pip install freeport`. \ No newline at end of file