@@ -98,6 +98,21 @@ Jet Brains - the authors of Intellij IDEA, have written an [excellent guide](htt
*`mvn clean install` and `mvn verfify` to be executed inside testing/wks-test-core directory (Make sure environment variable are set before executing these commands)
* Intellij can be used to run the tests using [Cucumber Plugin](https://plugins.jetbrains.com/plugin/7212-cucumber-for-java) for IntelliJ [ Use the EnvFile plugin to use environment variables directly from .env or .json/.yaml file]
### Bootstrapping
* There are two python scripts for bootstrapping mapping files and mapping info records. Mapping files will be uploaded
to Azure Blob Storage and mapping info records to Azure Cosmos Db.
* Commands to run the scripts can referenced from script section in [bootstrap.yml](../../devops/azure/bootstrap.yml)
* Environment variables required
| name | value | description | sensitive? | source |
| --- | --- | --- | --- | --- |
| `AZURE_STORAGE_ACCOUNT_NAME` | `osdumvpdp1devqs29data` | storage account name | no | output of infrastructure deployment |