File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
"clean" : " rimraf temp/ && rimraf download/ && rimraf test-results/" ,
33
33
"webdriver-update" : " node node_modules/protractor/bin/webdriver-manager update" ,
34
34
"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"
36
37
},
37
38
"keywords" : [
38
39
" protractor" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ LOGICAL_PATH=$2
20
20
cd automated-smoke-test
21
21
aws s3 cp s3://tc-platform-${LOGICAL_PATH} /securitymanager/${APPCONFIGFILENAME} .
22
22
track_error $? " Environment setting"
23
- cp ${APPCONFIGFILENAME} config.json
23
+ cp ${APPCONFIGFILENAME} config/config .json
24
24
25
25
docker build -t comm-smoke:latest .
26
26
docker run --shm-size=2g comm-smoke:latest ./testrun.sh -d -p 4444:4444
You can’t perform that action at this time.
0 commit comments