Add paratest for running tests in parallel
This commit is contained in:
parent
2b2a9facea
commit
9be750fdf7
3 changed files with 215 additions and 2 deletions
2
.tmux
2
.tmux
|
@ -20,7 +20,7 @@ tmux send-keys -t "${session_name}:vim" "nvim" Enter
|
|||
tmux split-pane -t "${session_name}:vim" -h -c "${session_path}" -p 40
|
||||
tmux send-keys -t "${session_name}:vim.right" "php -S 0.0.0.0:9000 -t web" Enter
|
||||
tmux split-pane -t "${session_name}:vim" -c "${session_path}" -v
|
||||
tmux send-keys -t "${session_name}:vim.bottom-right" "watch-changes web/modules/custom phpunit" Enter
|
||||
tmux send-keys -t "${session_name}:vim.bottom-right" "paratest && watch-changes web/modules/custom paratest" Enter
|
||||
|
||||
# 2. General shell use.
|
||||
tmux new-window -t "${session_name}" -c "${session_path}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue