[ADD] Makefile open_selenium
This commit is contained in:
parent
514d74d494
commit
f156cca6c2
1 changed files with 7 additions and 0 deletions
7
Makefile
7
Makefile
|
|
@ -727,6 +727,13 @@ tag_push_all:
|
|||
open_terminal:
|
||||
./script/open_terminal_code_generator.sh
|
||||
|
||||
##############
|
||||
# selenium #
|
||||
##############
|
||||
.PHONY: open_selenium
|
||||
open_selenium:
|
||||
./.venv/bin/python ./script/selenium/web_login.py
|
||||
|
||||
############
|
||||
# format #
|
||||
############
|
||||
|
|
|
|||
Loading…
Reference in a new issue