File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ _test() {
337337 --env NODE_EXTRA_CA_CERTS=/nodejs/ca.pem \
338338 -v ${MOUNT_NODE_EXTRA_CA_CERTS} :/nodejs/ca.pem \
339339 -v ${TEST_DIR} :/code/test \
340- -v ${SELENIUM_ROOT_FOLDER} / ${TEST_CONFIG_PATH } /certs:/etc/rabbitmq/certs \
340+ -v ${TEST_CONFIG_DIR } /certs:/etc/rabbitmq/certs \
341341 -v ${SCREENS} :/screens \
342342 -v ${ENV_FILE} :/code/.env \
343343 mocha-test:${mocha_test_tag} test /code/test${TEST_CASES_PATH}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11export RABBITMQ_SCHEME=http
22export RABBITMQ_HOSTNAME=localhost
33export RABBITMQ_HOST=localhost:15672
4- export RABBITMQ_CERTS=selenium/test/${TEST_CONFIG_PATH}
4+ export RABBITMQ_CERTS=selenium/test/${TEST_CONFIG_PATH}/certs
5+ export IMPORT_DIR=selenium/test/${TEST_CONFIG_PATH}/imports
You can’t perform that action at this time.
0 commit comments