@@ -11,13 +11,13 @@ Use the `test` command to run the app on the simulator, either comparing screens
11
11
12
12
#### Options
13
13
14
- | Name | Required | Default | Options/Types | Description |
15
- | ------------------------- | -------- | ----------------- | --------------- | ------------------------------------------------- |
16
- | ` --config ` , ` -c ` | false | ./owl.config.json | String | Path to the configuration file |
17
- | ` --platform ` , ` -p ` | true | - | ` ios ` ,` android ` | The platform the app should be built on |
18
- | ` --update ` , ` -u ` | true | false | Boolean | A flag about rewriting existing baseline images |
19
- | ` --testNamePattern ` , ` -t ` | false | false | String | Run only tests with a name that matches the regex |
20
- | ` --testPathPattern ` , ` -p ` | false | false | String | A regexp string matched against all tests path |
14
+ | Name | Required | Default | Options/Types | Description |
15
+ | -------------------------- | -------- | ----------------- | --------------- | ------------------------------------------------- |
16
+ | ` --config ` , ` -c ` | false | ./owl.config.json | String | Path to the configuration file |
17
+ | ` --platform ` , ` -p ` | true | - | ` ios ` ,` android ` | The platform the app should be built on |
18
+ | ` --update ` , ` -u ` | true | false | Boolean | A flag about rewriting existing baseline images |
19
+ | ` --testNamePattern ` , ` -t ` | false | false | String | Run only tests with a name that matches the regex |
20
+ | ` --testPathPattern ` , ` -tp ` | false | false | String | A regexp string matched against all tests path |
21
21
22
22
When comparing images, any difference in the current vs baseline will fail the test.
23
23
0 commit comments