Skip to content

Commit

Permalink
Use exposed Docker ports (closes DevExpress#1728) (DevExpress#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyBelym authored and kirovboris committed Dec 18, 2019
1 parent 3ee110e commit f4abdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/testcafe-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dbus-daemon --session --fork
Xvfb :1 -screen 0 "${XVFB_SCREEN_WIDTH}x${XVFB_SCREEN_HEIGHT}x24" >/dev/null 2>&1 &
export DISPLAY=:1.0
fluxbox >/dev/null 2>&1 &
node /opt/testcafe/bin/testcafe.js "$@"
node /opt/testcafe/bin/testcafe.js --ports 1337,1338 "$@"

0 comments on commit f4abdf6

Please sign in to comment.