Automatically run the tests in a split when
...starting the project
This commit is contained in:
parent
a39e72b96f
commit
195c5b44a7
2
.tmux
2
.tmux
|
@ -8,6 +8,8 @@ tmux send-keys -t "$1:1" "nvim" Enter
|
||||||
# 2. Server.
|
# 2. Server.
|
||||||
tmux new-window -t "$1" -c "$PWD"
|
tmux new-window -t "$1" -c "$PWD"
|
||||||
tmux send-keys -t "$1:2" "docker compose up --remove-orphans" Enter
|
tmux send-keys -t "$1:2" "docker compose up --remove-orphans" Enter
|
||||||
|
tmux split-window -t "$1:2" -v
|
||||||
|
tmux send-keys -t "$1:2.bottom" "./run test" Enter
|
||||||
|
|
||||||
# 3. General shell use.
|
# 3. General shell use.
|
||||||
tmux new-window -t "$1" -c "$PWD"
|
tmux new-window -t "$1" -c "$PWD"
|
||||||
|
|
Loading…
Reference in a new issue