@@ -8,23 +8,24 @@ The config file - which unless specified in the cli should live in `./owl.config
88
99### Options
1010
11- | Name | Required | Default | Description |
12- | ---------------------- | -------- | ------- | ----------------------------------------------------------------------- |
13- | ** general** | | | |
14- | ` debug ` | false | ` false ` | Prevents the CLI/library from printing any logs/output. |
15- | ` report ` | false | ` true ` | Generate an HTML report, displaying the baseline, latest & diff images. |
16- | ** ios config** | | | |
17- | ` ios.workspace ` | true | | Path to the ` .xcworkspace ` file of your react-native project |
18- | ` ios.scheme ` | true | | The name of the scheme you would like to use for building the app |
19- | ` ios.configuration ` | true | ` Debug ` | The build configuration that should be used. |
20- | ` ios.buildCommand ` | false | | Overrides the ` xcodebuild ` command making the above options obselete |
21- | ` ios.binaryPath ` | false | | The path to the binary, if you are using a custom build command |
22- | ` ios.quiet ` | false | | Passes the quiet flag to ` xcode builds ` |
23- | ** android config** | | | |
24- | ` android.buildCommand ` | false | | Overrides the ` assembleDebug ` gradle command. Should build the apk |
25- | ` android.binaryPath ` | false | | The path to the binary, if you are using a custom build command |
26- | ` android.packageName ` | | | The package name/unique identifier of the app |
27- | ` android.quiet ` | false | | Passes the quiet flag to ` gradlew ` |
11+ | Name | Required | Default | Description |
12+ | ---------------------- | -------- | --------- | -------------------------------------------------------------------------------------------- |
13+ | ** general** | | | |
14+ | ` debug ` | false | ` false ` | Prevents the CLI/library from printing any logs/output. |
15+ | ` report ` | false | ` true ` | Generate an HTML report, displaying the baseline, latest & diff images. |
16+ | ** ios config** | | | |
17+ | ` ios.workspace ` | true | | Path to the ` .xcworkspace ` file of your react-native project |
18+ | ` ios.scheme ` | true | | The name of the scheme you would like to use for building the app |
19+ | ` ios.configuration ` | true | ` Debug ` | The build configuration that should be used. |
20+ | ` ios.buildCommand ` | false | | Overrides the ` xcodebuild ` command making the above options obselete |
21+ | ` ios.binaryPath ` | false | | The path to the binary, if you are using a custom build command |
22+ | ` ios.quiet ` | false | | Passes the quiet flag to ` xcode builds ` |
23+ | ** android config** | | | |
24+ | ` android.buildCommand ` | false | | Overrides the ` assembleDebug ` gradle command. Should build the apk |
25+ | ` android.buildType ` | false | ` Release ` | Can be one of ` debug ` or ` release ` . Used to call either ` assembleDebug ` or ` assembleRelease ` |
26+ | ` android.binaryPath ` | false | | The path to the binary, if you are using a custom build command |
27+ | ` android.packageName ` | | | The package name/unique identifier of the app |
28+ | ` android.quiet ` | false | | Passes the quiet flag to ` gradlew ` |
2829
2930### Example
3031
@@ -39,4 +40,4 @@ The config file - which unless specified in the cli should live in `./owl.config
3940 "packageName" : " com.owldemoapp"
4041 }
4142}
42- ```
43+ ```
0 commit comments