Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	README.md
  • Loading branch information
trevjonez committed Aug 18, 2017
2 parents 5bb2960 + f162350 commit eb3ed91
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@ An example of this can be found in the [example project databinding test](https:
For each connected device there will be six gradle tasks created.
You will typically only invoke one of two tasks from the six created per device.
They are as follows:
0. `test{VariantName}KontrastTest_{DeviceAlias}`
1. `capture{VariantName}TestKeys_{DeviceAlias}`
1. `test{VariantName}KontrastTest_{DeviceAlias}`
2. `capture{VariantName}TestKeys_{DeviceAlias}`

The test task will render all test cases and compare them against previously recorded keys for changes.
The capture task will copy the results of a the render task into the test key directory.

The full list of tasks created per testable variant, per connected device, is as follows:
0. `install{VariantName}Apk_{DeviceAlias}`
1. `install{VariantName}TestApk_{DeviceAlias}`
2. `render{VariantName}KontrastViews_{DeviceAlias}`
3. `capture{VariantName}TestKeys_{DeviceAlias}`
4. `test{VariantName}KontrastTest_{DeviceAlias}`
5. `generate{VariantName}KontrastHtmlReport_{DeviceAlias}`
1. `install{VariantName}Apk_{DeviceAlias}`
2. `install{VariantName}TestApk_{DeviceAlias}`
3. `render{VariantName}KontrastViews_{DeviceAlias}`
4. `capture{VariantName}TestKeys_{DeviceAlias}`
5. `test{VariantName}KontrastTest_{DeviceAlias}`
6. `generate{VariantName}KontrastHtmlReport_{DeviceAlias}`

Any time the capture task is run it will also finalize that task by running the test task.

Expand Down

0 comments on commit eb3ed91

Please sign in to comment.