Skip to content

Commit

Permalink
Merge pull request #186 from anup-nehe/release-0.10.x
Browse files Browse the repository at this point in the history
updated pom and readme
  • Loading branch information
sree96 authored Oct 7, 2024
2 parents a5b0997 + 18e0d55 commit 46d7cf7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
17 changes: 6 additions & 11 deletions ui-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,18 @@ 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

1. Update `featurefile>>UploadQRCodepage.feature` to modify data in examples section.
1. Update `resources>>featurefile>>UploadQRCodepage.feature` to modify data in examples section.


## Reports

Test reports will be available in the `test-output>>ExtentReports>>SparkReports` directory after test execution.
After test execution, the test reports can be found in the `test-output/ExtentReports/SparkReports` directory.
4 changes: 2 additions & 2 deletions ui-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.uiautomation</groupId>
<artifactId>uitest-injiverify</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.10.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -139,4 +139,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 46d7cf7

Please sign in to comment.