-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1135 from tw-mosip/internal-release-03-01-2024
[Release 03-01-2024] - Fix UI issues and device specific issues
- Loading branch information
Showing
87 changed files
with
2,185 additions
and
920 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# inji automation | ||
|
||
## Overview | ||
Automated scenario for ios & android covering positive and negative scenarios. | ||
|
||
## Setup | ||
###for appium setup follow `https://appium.io/docs/en/2.2/quickstart/install/` | ||
|
||
|
||
## Build | ||
1. Build jar `mvn clean package -DskipTests=true` | ||
2. jar will be in target | ||
3.use `zip-with-dependencies` for deviceFarmRun, | ||
|
||
## Configurations | ||
1. Update `Config>>kernal.properites` to change the environment. | ||
2.Update below keys from `src/main/java>>inji.utils>>TestDataReader.java` | ||
`uin`,`uin2`,`aid` for env changes. | ||
3. Update `Config>>config.properties`,update value for this keys `nodePath`,`appiumServerExecutable`. | ||
4. Update `Config>>DesiredCapabilies.json`update value for this keys `appium:udid`,`appium:app`. | ||
5.If the run is on devicefarm also update `isDeviceFarmRun` as true. | ||
6.To run it in IDE run `testng.xml` file. | ||
|
||
|
||
## Reports | ||
This project reports will be in `test-output>>emailableReports` | ||
|
||
|
2 changes: 0 additions & 2 deletions
2
injitest/src/main/java/inji/constants/StringUtilConstants.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.