Skip to content

Commit bb7f6ff

Browse files
committed
Updated with 1.7.0 release
1 parent 7c036d2 commit bb7f6ff

File tree

51 files changed

+622
-46
lines changed

Some content is hidden

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

51 files changed

+622
-46
lines changed

db/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-
#Sat May 07 09:59:15 CDT 2022
2+
#Mon May 23 11:34:47 CDT 2022
33
employee.cucumblan.jdbc.username=sa
44
employee.cucumblan.jdbc.driver-class-name=org.h2.Driver
55
virtualan.data.heading=Data-Integrity-Testing - Workflow;

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.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</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-
#Sat May 07 09:57:44 CDT 2022
2+
#Mon May 23 11:32:44 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.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</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.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</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-
#Sat May 07 09:58:38 CDT 2022
2+
#Mon May 23 11:34:08 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-
#Sat May 07 09:58:38 CDT 2022
2+
#Mon May 23 11:34:08 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/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.4</idaithalam.version>
12+
<idaithalam.version>1.7.0</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-
#Sat May 07 09:58:33 CDT 2022
2+
#Mon May 23 11:34:04 CDT 2022
33
password=1password
44
email=admin@example.com

generate-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-
#Sat May 07 09:58:33 CDT 2022
2+
#Mon May 23 11:34:04 CDT 2022
33
css.cucumblan.jdbc.url=jdbc\:mysql\://microservices.virtualandemo.com\:3306/customerselfservice?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;

0 commit comments

Comments
 (0)