Skip to content

Commit 276efe1

Browse files
committed
config folder update.
1 parent 1cbef3e commit 276efe1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

automated-smoke-test/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"clean": "rimraf temp/ && rimraf download/ && rimraf test-results/",
3333
"webdriver-update": "node node_modules/protractor/bin/webdriver-manager update",
3434
"pretest": "npm run webdriver-update && npm run clean && npm run tsc",
35-
"test": "protractor temp/conf.js"
35+
"test": "protractor temp/conf.js",
36+
"local-test":"cp config/automation-config-dev.json config/config.json && protractor temp/conf.js"
3637
},
3738
"keywords": [
3839
"protractor",

automated-smoke-test/smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ LOGICAL_PATH=$2
2020
cd automated-smoke-test
2121
aws s3 cp s3://tc-platform-${LOGICAL_PATH}/securitymanager/${APPCONFIGFILENAME} .
2222
track_error $? "Environment setting"
23-
cp ${APPCONFIGFILENAME} config.json
23+
cp ${APPCONFIGFILENAME} config/config.json
2424

2525
docker build -t comm-smoke:latest .
2626
docker run --shm-size=2g comm-smoke:latest ./testrun.sh -d -p 4444:4444

0 commit comments

Comments
 (0)