Skip to content

Commit 4e801f5

Browse files
committed
Updated with next idaithalam version 1.6.2
1 parent 5d658b8 commit 4e801f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+87
-59
lines changed

db/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.2</idaithalam.version>
12+
<idaithalam.version>1.6.3-SNAPSHOT</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

demo-all/demo-all/cucumblan.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Mon Mar 21 21:01:27 CDT 2022
2+
#Mon Mar 28 00:52:17 CDT 2022
33
virtualan.data.heading=Rest-Get - Workflow;Multi-Run - Workflow;
44
virtualan.data.type=VIRTUALAN
55
service.api.ep=https\://live.virtualandemo.com/api

demo-all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.2</idaithalam.version>
12+
<idaithalam.version>1.6.3-SNAPSHOT</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.2</idaithalam.version>
12+
<idaithalam.version>1.6.3-SNAPSHOT</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Mon Mar 21 21:03:03 CDT 2022
2+
#Mon Mar 28 00:52:58 CDT 2022
33
password=1password
44
email=admin@example.com

execute-feature-file/LakesideMutual/Customer-Self-Service/DB/cucumblan.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#This is a cucumblan.properties properties file
2-
#Mon Mar 21 21:03:03 CDT 2022
2+
#Mon Mar 28 00:52:58 CDT 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?allowPublicKeyRetrieval\=true&useSSL\=false
44
virtualan.data.heading=CSS-Accept-DB - Workflow;CSS-Reject-DB - Workflow;
55
virtualan.data.load=CSS-Accept-DB-0.json;CSS-Reject-DB-1.json;

execute-feature-file/LakesideMutual/Customer-Self-Service/DB/feature/CSS-Accept-DB-0.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@ Feature: CSS-Accept-DB - Workflow
108108

109109
@css
110110
Scenario: InsuranceQuoteByDB - database action
111-
Given as a user perform sql verify record action
112-
When select details with the given sql verify record on css
111+
Given as a user perform sql action
112+
When select details with the given sql on css
113113
| select iqr.id, iq.insurance_premium_amount, iq.insurance_premium_currency, iq.policy_limit_amount from insurancequotes iq INNER JOIN insurancequoterequests iqr on iq.id = iqr.insurance_quote_id and iqr.id = [quoteId] |
114-
Then verify details with the given sql verify record on css
114+
Then verify details with the given sql on css
115115
| select iqr.id, iq.insurance_premium_amount, iq.insurance_premium_currency, iq.policy_limit_amount from insurancequotes iq INNER JOIN insurancequoterequests iqr on iq.id = iqr.insurance_quote_id and iqr.id = [quoteId] |
116116
| id,insurance_premium_amount, insurance_premium_currency, policy_limit_amount |
117117
| i~[quoteId],d~500.00,CHF,d~50000.00 |

execute-feature-file/LakesideMutual/Customer-Self-Service/DB/feature/CSS-Reject-DB-1.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Feature: CSS-Reject-DB - Workflow
110110

111111
@css
112112
Scenario: InsuranceQuoteByDBReject - database action
113-
Given as a user perform sql Read information action
114-
When select details with the given sql Read information on css
113+
Given as a user perform sql action
114+
When select details with the given sql on css
115115
| select iqr.id, iq.insurance_premium_amount, iq.insurance_premium_currency, iq.policy_limit_amount from insurancequotes iq INNER JOIN insurancequoterequests iqr on iq.id = iqr.insurance_quote_id and iqr.id = [rejectQuoteId] |
116116
And store-sql's [0].policy_limit_amount value of the key as policy_limit_amount

execute-feature-file/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<properties>
1010
<maven.compiler.source>8</maven.compiler.source>
1111
<maven.compiler.target>8</maven.compiler.target>
12-
<idaithalam.version>1.6.2</idaithalam.version>
12+
<idaithalam.version>1.6.3-SNAPSHOT</idaithalam.version>
1313
<mysql.version>8.0.13</mysql.version>
1414
<testng.ver>7.4.0</testng.ver>
1515
</properties>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#This is a cucumblan-env.properties properties file
2-
#Mon Mar 21 21:02:58 CDT 2022
2+
#Mon Mar 28 00:52:55 CDT 2022
33
password=1password
44
email=admin@example.com

0 commit comments

Comments
 (0)