Skip to content

Commit

Permalink
Merge branch 'release-0.10.x' of https://github.com/mosip/inji-verify
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
srikanth716 committed Oct 7, 2024
2 parents 8703321 + a5b0997 commit 6829b6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ uitest-injiverify is a automation framework designed for inji verify web app. It
## Pre-requisites

Ensure the following software is installed on the machine from where the automation tests will be executed:
- Java 21
- 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.
4. For running tests on Device Farm, use the JAR file with dependencies (`zip-with-dependencies`).

## 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'
5. Hit the command `mvn clean test -DtestngXmlFile=TestNg.xml`, for running the UI automation test

## Configurations

Expand Down

0 comments on commit 6829b6e

Please sign in to comment.