Update ayb/commands.md
This commit is contained in:
parent
d7a0344614
commit
2493f69720
1 changed files with 3 additions and 1 deletions
|
@ -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`.
|
Loading…
Reference in a new issue