From afa34621274e87ff843312aa760ee694da4cc4d7 Mon Sep 17 00:00:00 2001 From: Anup Nehe Date: Mon, 7 Oct 2024 13:45:30 +0530 Subject: [PATCH 1/3] updated pom and readme Signed-off-by: Anup Nehe --- ui-test/README.md | 15 +++++---------- ui-test/pom.xml | 13 +++++++++++-- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/ui-test/README.md b/ui-test/README.md index 2612c3bf..0fcc84f2 100644 --- a/ui-test/README.md +++ b/ui-test/README.md @@ -10,16 +10,11 @@ Ensure the following software is installed on the machine from where the automat - The project requires JDK 21 - Maven 3.6.0 or higher -## Build -1. Clone the repository by git clone https://github.com/mosip/inji-verify.git -2. Change directory by using command 'cd ../uitest-injiverify' & Build the JAR file: `mvn clean package -DskipTests=true` -3. The JAR file will be generated in the `target` directory. - ## BrowserStack -1. singup to browserStack & get the userName and accessKey from home page on browserStack -2. update the userName and accessKey from browserstack.yml -3. update the device from tag `platforms` from `https://www.browserstack.com/list-of-browsers-and-platforms/automate` (Windows, Mac) -4. Open command prompt and change directory by using command 'cd ../inji-web-test' +1. Sign up for BrowserStack and retrieve your userName and accessKey from the homepage on BrowserStack. +2. Update the userName and accessKey from browserstack.yml +3. Update the device from tag `platforms` from `https://www.browserstack.com/list-of-browsers-and-platforms/automate` (Windows, Mac) +4. Open command prompt and change directory by using command 'cd ../inji-verify' 5. Hit the command `mvn clean test -DtestngXmlFile=TestNg.xml`, for running the UI automation test ## Configurations @@ -29,4 +24,4 @@ Ensure the following software is installed on the machine from where the automat ## Reports -Test reports will be available in the `test-output>>ExtentReports>>SparkReports` directory after test execution. \ No newline at end of file +After test execution, the test reports can be found in the `test-output/ExtentReports/SparkReports` directory. \ No newline at end of file diff --git a/ui-test/pom.xml b/ui-test/pom.xml index 581640f2..e4e0f82b 100644 --- a/ui-test/pom.xml +++ b/ui-test/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.mosip.uiautomation uitest-injiverify - 0.0.1-SNAPSHOT + 0.10.0-SNAPSHOT UTF-8 @@ -12,6 +12,8 @@ 4.11.0 7.2.3 3.0.0-M5 + + 1.18.30 @@ -21,6 +23,13 @@ ${selenium.version} + + org.projectlombok + lombok + ${lombok.version} + provided + + org.slf4j slf4j-api @@ -139,4 +148,4 @@ - \ No newline at end of file + From ad591819913212efee563c9469faab2fc705a2ed Mon Sep 17 00:00:00 2001 From: Anup Nehe Date: Mon, 7 Oct 2024 13:49:23 +0530 Subject: [PATCH 2/3] resolve conflicts Signed-off-by: Anup Nehe --- ui-test/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ui-test/pom.xml b/ui-test/pom.xml index e4e0f82b..9ddf5dcd 100644 --- a/ui-test/pom.xml +++ b/ui-test/pom.xml @@ -12,8 +12,6 @@ 4.11.0 7.2.3 3.0.0-M5 - - 1.18.30 @@ -23,13 +21,6 @@ ${selenium.version} - - org.projectlombok - lombok - ${lombok.version} - provided - - org.slf4j slf4j-api From 18e0d55e9692dc692bbdc8cece89df66ddd53eb7 Mon Sep 17 00:00:00 2001 From: Anup Nehe Date: Mon, 7 Oct 2024 13:53:07 +0530 Subject: [PATCH 3/3] resolve conflicts Signed-off-by: Anup Nehe --- ui-test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-test/README.md b/ui-test/README.md index 0fcc84f2..700a1bf6 100644 --- a/ui-test/README.md +++ b/ui-test/README.md @@ -19,7 +19,7 @@ Ensure the following software is installed on the machine from where the automat ## Configurations -1. Update `featurefile>>UploadQRCodepage.feature` to modify data in examples section. +1. Update `resources>>featurefile>>UploadQRCodepage.feature` to modify data in examples section. ## Reports