File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,13 @@ jobs:
9595 - run : *install_deploysuite
9696 - run :
9797 name : ' newman test'
98+ no_output_timeout : 30m
9899 command : |
99100 ./awsconfiguration.sh $DEPLOY_ENV
100101 source awsenvconf
101102 ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-qa-appvar
102103 source buildenvvar
103- npm i
104+ npm install --loglevel verbose
104105 cd mock
105106 (npm run mock-challenge-api&)
106107 (NODE_ENV=test npm start&)
Original file line number Diff line number Diff line change @@ -17,5 +17,7 @@ module.exports = {
1717 COPILOT_CREDENTIALS_PASSWORD : process . env . COPILOT_CREDENTIALS_PASSWORD || '' ,
1818 USER_CREDENTIALS_USERNAME : process . env . USER_CREDENTIALS_USERNAME || '' ,
1919 USER_CREDENTIALS_PASSWORD : process . env . USER_CREDENTIALS_PASSWORD || '' ,
20+ MANAGER_CREDENTIALS_USERNAME : process . env . MANAGER_CREDENTIALS_USERNAME || '' ,
21+ MANAGER_CREDENTIALS_PASSWORD : process . env . MANAGER_CREDENTIALS_PASSWORD || '' ,
2022 AUTOMATED_TESTING_REPORTERS_FORMAT : process . env . AUTOMATED_TESTING_REPORTERS_FORMAT || [ 'cli' , 'html' ]
2123}
You can’t perform that action at this time.
0 commit comments