@@ -11,13 +11,13 @@ Use the `test` command to run the app on the simulator, either comparing screens
1111
1212#### Options
1313
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 |
2121
2222When comparing images, any difference in the current vs baseline will fail the test.
2323
0 commit comments