Update ayb/commands.md

This commit is contained in:
Sofía Aritz 2023-12-16 13:23:36 +00:00
parent d7a0344614
commit 2493f69720

View file

@ -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`.
* 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`.