Skip to content

Commit

Permalink
MOSIP-37793 - Update the Readme file
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Nov 26, 2024
1 parent 4fa44d0 commit c54734a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions apitest-commons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,18 @@ Ensure the following software is installed on the machine from where the automat

## Update the property file
1. Navigate to the kernel.properties file located at:
`sh mosip-functional-tests\apitest-commons\src\main\resources\config\kernel.properties`
```sh
mosip-functional-tests\apitest-commons\src\main\resources\config\kernel.properties
2. Open the file in your preferred editor
3. Update the client secret values and other required credentials as per your environment
## Build Test Automation Code
1. Navigate to the apitest-commons directory:
2. `cd mosip-functional-tests/apitest-commons/`
3. Run the following Maven command:
4. `mvn clean install -Dgpg.skip=true -Dmaven.gitcommitid.skip=true`
```sh
cd mosip-functional-tests/apitest-commons/
2. Run the following Maven command:
```sh
mvn clean install -Dgpg.skip=true -Dmaven.gitcommitid.skip=true
## License
This project is licensed under the terms of [Mozilla Public License 2.0](https://github.com/mosip/mosip-platform/blob/master/LICENSE)

0 comments on commit c54734a

Please sign in to comment.