Replace UI module with Next.js
This commit is contained in:
parent
8aeff18162
commit
616205fe73
91 changed files with 3570 additions and 722 deletions
6
source/selenium/config/.ci.env
Normal file
6
source/selenium/config/.ci.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Cucumber
|
||||
SELENIUM_SERVER_URL="http://10.0.1.22:4444"
|
||||
|
||||
# Application
|
||||
# HOST_IP="" - defined in Jenkins node
|
||||
APP_PORT="9092"
|
6
source/selenium/config/.local.env
Normal file
6
source/selenium/config/.local.env
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Cucumber
|
||||
SELENIUM_SERVER_URL="http://10.2.1.4:4444"
|
||||
|
||||
# Application
|
||||
HOST_IP="http://10.2.1.2"
|
||||
APP_PORT="3000"
|
Loading…
Add table
Add a link
Reference in a new issue