From b035200adc1e7bdf51dae0b0144213a146c284ec Mon Sep 17 00:00:00 2001 From: Ashish Date: Sun, 18 Aug 2024 17:32:56 +0200 Subject: [PATCH] modified TM settings --- .../com/ing/ide/settings/AppSettings.java | 2 +- Resources/Engine/pom.xml | 2 +- Resources/Projects/ING-Public-Web/.project | 147 -------------- Resources/Projects/Tutorial/.project | 190 ------------------ .../Release1/Set1/TestMgmtSettings.Properties | 8 +- 5 files changed, 6 insertions(+), 343 deletions(-) delete mode 100644 Resources/Projects/ING-Public-Web/.project delete mode 100644 Resources/Projects/Tutorial/.project diff --git a/IDE/src/main/java/com/ing/ide/settings/AppSettings.java b/IDE/src/main/java/com/ing/ide/settings/AppSettings.java index 9075533..3963b59 100644 --- a/IDE/src/main/java/com/ing/ide/settings/AppSettings.java +++ b/IDE/src/main/java/com/ing/ide/settings/AppSettings.java @@ -33,7 +33,7 @@ public enum APP_SETTINGS { ELEMENT_WAIT_TIME("elementWaitTime", "10"), LOAD_RECENT("loadRecentProject", "true"), STANDALONE_REPORT("standaloneReport", "false"), - HELP_DOC("helpdoc", "https://theforge.ing.net/product/239813/documentation/latest/index"); + HELP_DOC("helpdoc", "https://ing-bank.github.io/ingenious-doc/"); private final String key; private final String val; diff --git a/Resources/Engine/pom.xml b/Resources/Engine/pom.xml index 6671148..7cf830a 100644 --- a/Resources/Engine/pom.xml +++ b/Resources/Engine/pom.xml @@ -2,7 +2,7 @@ 4.0.0 ingenious-playwright ingenious-engine - 1.2 + 1.0 UTF-8 LATEST diff --git a/Resources/Projects/ING-Public-Web/.project b/Resources/Projects/ING-Public-Web/.project deleted file mode 100644 index c4206fd..0000000 --- a/Resources/Projects/ING-Public-Web/.project +++ /dev/null @@ -1,147 +0,0 @@ -{ - "id" : "ING-Public-Web", - "name" : "ING-Public-Web", - "version" : "1.3", - "attributes" : [ ], - "tags" : [ ], - "_meta" : [ { - "type" : "attribute", - "name" : "scenario", - "desc" : "High level classification of test requirement/cases grouped together", - "ref" : "com.ing.datalib.model.Attribute", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "tag", - "name" : "@smoke", - "desc" : "Non-exhaustive set of tests that aim at ensuring that the most important functions work", - "ref" : "com.ing.datalib.model.Tag", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "tag", - "name" : "@uat", - "ref" : "com.ing.datalib.model.Tag", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "tag", - "name" : "@load", - "ref" : "com.ing.datalib.model.Tag", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "scenario", - "name" : "Contact Us", - "desc" : " User should be able to send a request towards ING", - "ref" : "com.ing.datalib.model.Attribute", - "attributes" : [ { - "name" : "feature.line", - "value" : "1" - } ], - "tags" : [ ] - } ], - "data" : [ { - "id" : "User should be able to send a question on Sustainability", - "name" : "User should be able to send a question on Sustainability", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "Contact Us" - }, { - "name" : "feature.children.line", - "value" : "6" - }, { - "name" : "feature.children.name", - "value" : "User should be able to send a question on Sustainability" - }, { - "name" : "feature.children.keyword", - "value" : "Scenario" - } ] - }, { - "id" : "User navigates to the Contact-Us page", - "name" : "User navigates to the Contact-Us page", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "8" - }, { - "name" : "feature.children.step.text", - "value" : "User navigates to the Contact-Us page" - }, { - "name" : "feature.children.step.keyword", - "value" : "Given " - } ] - }, { - "id" : "User fills up personal details", - "name" : "User fills up personal details", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "9" - }, { - "name" : "feature.children.step.text", - "value" : "User fills up personal details" - }, { - "name" : "feature.children.step.keyword", - "value" : "When " - } ] - }, { - "id" : "submits relevant question", - "name" : "submits relevant question", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "10" - }, { - "name" : "feature.children.step.text", - "value" : "submits relevant question" - }, { - "name" : "feature.children.step.keyword", - "value" : "And " - } ] - }, { - "id" : "the question should be sent", - "name" : "the question should be sent", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "11" - }, { - "name" : "feature.children.step.text", - "value" : "the question should be sent" - }, { - "name" : "feature.children.step.keyword", - "value" : "Then " - } ] - }, { - "id" : "User should be able to send a question on Innovation", - "name" : "User should be able to send a question on Innovation", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "Contact Us" - }, { - "name" : "feature.children.line", - "value" : "14" - }, { - "name" : "feature.children.name", - "value" : "User should be able to send a question on Innovation" - }, { - "name" : "feature.children.keyword", - "value" : "Scenario" - } ] - } ] -} \ No newline at end of file diff --git a/Resources/Projects/Tutorial/.project b/Resources/Projects/Tutorial/.project deleted file mode 100644 index 11f1daa..0000000 --- a/Resources/Projects/Tutorial/.project +++ /dev/null @@ -1,190 +0,0 @@ -{ - "id" : "Tutorial", - "name" : "Tutorial", - "version" : "1.3", - "attributes" : [ ], - "tags" : [ ], - "_meta" : [ { - "type" : "attribute", - "name" : "scenario", - "desc" : "High level classification of test requirement/cases grouped together", - "ref" : "com.ing.datalib.model.Attribute", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "tag", - "name" : "@smoke", - "desc" : "Non-exhaustive set of tests that aim at ensuring that the most important functions work", - "ref" : "com.ing.datalib.model.Tag", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "tag", - "name" : "@uat", - "ref" : "com.ing.datalib.model.Tag", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "tag", - "name" : "@load", - "ref" : "com.ing.datalib.model.Tag", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "scenario", - "name" : "Transactions", - "ref" : "com.ing.datalib.model.Attribute", - "attributes" : [ ], - "tags" : [ ] - }, { - "type" : "scenario", - "name" : "Payment Operations", - "desc" : "User should be able to perform credit and debit transactions.", - "ref" : "com.ing.datalib.model.Attribute", - "attributes" : [ { - "name" : "feature.line", - "value" : "1" - } ], - "tags" : [ ] - } ], - "data" : [ { - "id" : "LowAmount", - "name" : "LowAmount", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "Transactions" - } ] - }, { - "id" : "HighAmount", - "name" : "HighAmount", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "Transactions" - } ] - }, { - "id" : "Pay money to an existing contact", - "name" : "Pay money to an existing contact", - "tags" : [ { - "value" : "@Pay" - } ], - "attributes" : [ { - "name" : "scenario", - "value" : "Payment Operations" - }, { - "name" : "feature.children.line", - "value" : "7" - }, { - "name" : "feature.children.name", - "value" : "Pay money to an existing contact" - }, { - "name" : "feature.children.keyword", - "value" : "Scenario" - } ] - }, { - "id" : "User is logged in", - "name" : "User is logged in", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "8" - }, { - "name" : "feature.children.step.text", - "value" : "User is logged in" - }, { - "name" : "feature.children.step.keyword", - "value" : "Given " - } ] - }, { - "id" : "User creates a new transaction", - "name" : "User creates a new transaction", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "9" - }, { - "name" : "feature.children.step.text", - "value" : "User creates a new transaction" - }, { - "name" : "feature.children.step.keyword", - "value" : "When " - } ] - }, { - "id" : "chooses to pay", - "name" : "chooses to pay", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "10" - }, { - "name" : "feature.children.step.text", - "value" : "chooses to pay" - }, { - "name" : "feature.children.step.keyword", - "value" : "And " - } ] - }, { - "id" : "user should be able to complete the operation", - "name" : "user should be able to complete the operation", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "11" - }, { - "name" : "feature.children.step.text", - "value" : "user should be able to complete the operation" - }, { - "name" : "feature.children.step.keyword", - "value" : "Then " - } ] - }, { - "id" : "Request money from existing contact", - "name" : "Request money from existing contact", - "tags" : [ { - "value" : "@Request" - } ], - "attributes" : [ { - "name" : "scenario", - "value" : "Payment Operations" - }, { - "name" : "feature.children.line", - "value" : "14" - }, { - "name" : "feature.children.name", - "value" : "Request money from existing contact" - }, { - "name" : "feature.children.keyword", - "value" : "Scenario" - } ] - }, { - "id" : "chooses to request", - "name" : "chooses to request", - "tags" : [ ], - "attributes" : [ { - "name" : "scenario", - "value" : "StepDefinitions" - }, { - "name" : "feature.children.step.line", - "value" : "17" - }, { - "name" : "feature.children.step.text", - "value" : "chooses to request" - }, { - "name" : "feature.children.step.keyword", - "value" : "And " - } ] - } ] -} \ No newline at end of file diff --git a/Resources/Projects/Tutorial/Settings/TestExecution/Release1/Set1/TestMgmtSettings.Properties b/Resources/Projects/Tutorial/Settings/TestExecution/Release1/Set1/TestMgmtSettings.Properties index 129b7f2..88ac6ff 100644 --- a/Resources/Projects/Tutorial/Settings/TestExecution/Release1/Set1/TestMgmtSettings.Properties +++ b/Resources/Projects/Tutorial/Settings/TestExecution/Release1/Set1/TestMgmtSettings.Properties @@ -1,9 +1,9 @@ #Sun Aug 18 01:12:24 CEST 2024 -AzureDevOps\ TestPlanId=5258686 +AzureDevOps\ TestPlanId= proxyPort= -AzureDevOps\ URL=https\://dev.azure.com/INGCDaaS/ -PersonalAccessToken=ht6zroyww4dx256p5d6ogifzbjsnzf2tysbntoefzyxavqwkvtxq -AzureDevOps\ Project=IngOne +AzureDevOps\ URL= +PersonalAccessToken= +AzureDevOps\ Project= useProxy=false UpdateResultsToTM=None proxyHost=