Skip to content

Commit

Permalink
fix: e2e test regression (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Nov 9, 2021
1 parent 437cc99 commit c9be009
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export PATH=.bin:$PATH
export KRATOS_PUBLIC_URL=http://localhost:4433/
export KRATOS_BROWSER_URL=http://localhost:4433/
export KRATOS_ADMIN_URL=http://localhost:4434/
export KRATOS_UI_URL=http://localhost:4456/
export KRATOS_UI_REACT_URL=http://localhost:4458/
export KRATOS_UI_REACT_NATIVE_URL=http://localhost:4457/
export KRATOS_UI_URL=http://127.0.0.1:4456/
export KRATOS_UI_REACT_URL=http://127.0.0.1:4458/
export KRATOS_UI_REACT_NATIVE_URL=http://127.0.0.1:4457/
export LOG_LEAK_SENSITIVE_VALUES=true
export DEV_DISABLE_API_FLOW_ENFORCEMENT=true

Expand Down Expand Up @@ -157,7 +157,7 @@ run() {
(
cd "$react_ui_dir"
ORY_KRATOS_URL=http://localhost:4433 npm run build
ORY_KRATOS_URL=http://localhost:4433 npm run start -- --port 4458 \
ORY_KRATOS_URL=http://localhost:4433 npm run start -- --hostname 0.0.0.0 --port 4458 \
>"${base}/test/e2e/react-iu.e2e.log" 2>&1 &
)
else
Expand Down

0 comments on commit c9be009

Please sign in to comment.