Skip to content

Commit 2581421

Browse files
committed
Add unit test to the circleci conf file
1 parent b2f1a43 commit 2581421

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ deploy_steps: &deploy_steps
4040
./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
4141
4242
jobs:
43-
test:
43+
UnitTests:
4444
docker:
4545
- image: circleci/node:12.16.1
4646
- image: circleci/postgres:9.6.2-alpine
@@ -144,6 +144,8 @@ workflows:
144144
version: 2
145145
Connect Project Services:
146146
jobs:
147+
- UnitTests:
148+
context : org-global
147149
- deployDev:
148150
context : org-global
149151
filters:

src/test/jmeter/15UV Ultimate Thread-Group.jmx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ start up time/ramp-up time = Shutdown time/ramp-down time of the previous record
204204
</collectionProp>
205205
</HeaderManager>
206206
<hashTree/>
207+
<DurationAssertion guiclass="DurationAssertionGui" testclass="DurationAssertion" testname="Duration Assertion" enabled="true">
208+
<stringProp name="DurationAssertion.duration">100</stringProp>
209+
</DurationAssertion>
210+
<hashTree/>
207211
</hashTree>
208212
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Access Projects" enabled="true">
209213
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">

0 commit comments

Comments
 (0)