Skip to content

Commit aca0b64

Browse files
committed
chore(test): drop /payee from localhost endpoint
1 parent 944b613 commit aca0b64

File tree

4 files changed

+47
-5
lines changed

4 files changed

+47
-5
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,3 +348,6 @@ MigrationBackup/
348348

349349
# Ionide (cross platform F# VS Code tools) working folder
350350
.ionide/
351+
352+
#mac
353+
.DS_Store

ReadyAPI_Tests/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.html
22
*.css
33
report.xml
4+
*Test_Suite_1*

ReadyAPI_Tests/SmartBearCoin-Payee-Provider-readyapi-project.xml

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<con:soapui-project id="9cab7dfb-4784-4a51-aee4-dd9f28a7c7ef" created="3.40.2" activeEnvironment="Prod" name="SmartBearCoin-Payee-Provider" updated="3.41.1 2022-09-28T09:40:46Z" encryptionMode="Not encrypted" resourceRoot="" xmlns:con="http://eviware.com/soapui/config">
3-
<con:settings/>
3+
<con:settings>
4+
<con:setting id="com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.ProTestRunnerUIAction@values-local"><![CDATA[<xml-fragment xmlns:con="http://eviware.com/soapui/config">
5+
<con:entry key="Settings File Password" value=""/>
6+
<con:entry key="Report Format(s)" value="XML"/>
7+
<con:entry key="Host:Port" value=""/>
8+
<con:entry key="Export JUnit Results" value="true"/>
9+
<con:entry key="Export All" value="true"/>
10+
<con:entry key="Save After" value="false"/>
11+
<con:entry key="Slack Channel(s)" value=""/>
12+
<con:entry key="Add Settings" value="false"/>
13+
<con:entry key="WSS Password Type" value=""/>
14+
<con:entry key="Endpoint" value=""/>
15+
<con:entry key="Test Suite Tags" value=""/>
16+
<con:entry key="Select Report Type" value="JUnit-Style report for automation"/>
17+
<con:entry key="System Properties" value=""/>
18+
<con:entry key="Test Suite" value="&lt;all>"/>
19+
<con:entry key="Run in-process" value="false"/>
20+
<con:entry key="Password" value=""/>
21+
<con:entry key="Print Report" value="true"/>
22+
<con:entry key="Open Report" value="false"/>
23+
<con:entry key="Test Case Tags" value=""/>
24+
<con:entry key="Export JUnit Results with test properties" value="false"/>
25+
<con:entry key="Global Properties" value=""/>
26+
<con:entry key="Project Properties" value=""/>
27+
<con:entry key="Test Case" value="&lt;all>"/>
28+
<con:entry key="Slack Access Token" value=""/>
29+
<con:entry key="Project Password" value=""/>
30+
<con:entry key="Username" value=""/>
31+
<con:entry key="TestRunner Path" value="/Applications/ReadyAPI-3.41.1.app/Contents/Resources/app/bin"/>
32+
<con:entry key="Environment" value="No Environment"/>
33+
<con:entry key="Coverage Report" value="false"/>
34+
<con:entry key="Enable UI" value="false"/>
35+
<con:entry key="Root Folder" value=""/>
36+
<con:entry key="Ignore Errors" value="false"/>
37+
<con:entry key="Domain" value=""/>
38+
<con:entry key="Tool Args" value=""/>
39+
<con:entry key="Save Project" value="false"/>
40+
</xml-fragment>]]></con:setting>
41+
</con:settings>
442
<con:interface xsi:type="con:RestService" id="b6504654-cff3-4271-b43a-022c6556552a" name="SmartBearCoin - Payees API" type="rest_ex" wadlVersion="https://swagger.io/openapiv3/specification" definitionUrl="file:/Users/saf/dev/webinar/webinar-collaborative-api-delivery-fintech/oas/openapi.yaml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
543
<con:description>The **Customer Managment - Payees API** - allows retrieval of payees and payee transactions. The Payees API allows consumers to search, identify and retrieve payee information in one specified country.
644

@@ -526,7 +564,7 @@ Attributes that can be used for sorting are:
526564
<con:settings>
527565
<con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting>
528566
</con:settings>
529-
<con:endpoint>http://localhost:7071/api/payees</con:endpoint>
567+
<con:endpoint>http://localhost:7071/api</con:endpoint>
530568
<con:request/>
531569
<con:originalUri>http://localhost/customer-management/v1/payees/</con:originalUri>
532570
<con:assertion type="Valid HTTP Status Codes" name="Valid HTTP Status Codes" id="80a8e79a-28a3-4b0d-b537-7abd01178522">
@@ -565,7 +603,7 @@ Attributes that can be used for sorting are:
565603
<con:settings>
566604
<con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting>
567605
</con:settings>
568-
<con:endpoint>http://localhost:8080/customer-management/v1/payees</con:endpoint>
606+
<con:endpoint>http://localhost:7071/customer-management/v1</con:endpoint>
569607
<con:request/>
570608
<con:originalUri>http://localhost/customer-management/v1/payees/</con:originalUri>
571609
<con:assertion type="Valid HTTP Status Codes" id="e8b60e4e-a8e6-4c8d-87e0-f45aae5d7cca" name="Valid HTTP Status Codes">
@@ -609,7 +647,7 @@ Attributes that can be used for sorting are:
609647
<con:settings>
610648
<con:setting id="com.eviware.soapui.impl.wsdl.WsdlRequest@request-headers">&lt;xml-fragment/></con:setting>
611649
</con:settings>
612-
<con:endpoint>http://localhost:8080/customer-management/v1/payees</con:endpoint>
650+
<con:endpoint>http://localhost:7071/customer-management/v1</con:endpoint>
613651
<con:request/>
614652
<con:originalUri>http://localhost/payees/transactions</con:originalUri>
615653
<con:assertion type="Valid HTTP Status Codes" id="28ad3501-81ee-4391-9198-f88681bed91d" name="Valid HTTP Status Codes">

launchReadyAPITestRunner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## PROD
66
# ENDPOINT=https://sbdevrel-fua-smartbearcoin-prd.azurewebsites.net/api/payees
77

8-
ENDPOINT=${ENDPOINT:-'http://localhost:7071/api/payees'}
8+
ENDPOINT=${ENDPOINT:-'http://localhost:7071/api'}
99
PROJECT_FOLDER=${PROJECT_FOLDER:-'ReadyAPI_Tests'}
1010
PROJECT_FILE=${PROJECT_FILE:-'SmartBearCoin-Payee-Provider-readyapi-project.xml'}
1111

0 commit comments

Comments
 (0)