Skip to content

Commit

Permalink
Merge pull request #448 from takahirom/takahirom/add-a-mention-to-the…
Browse files Browse the repository at this point in the history
…-sample/2024-07-27

Add mention to the sample in Compose Preview Support document
  • Loading branch information
takahirom authored Jul 27, 2024
2 parents f4d40a7 + 93fc03b commit e24ee32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ roborazzi {
}
```
The plugin will not automatically change your settings or add dependencies to prevent conflicts with your existing setup. However, it will provide instructions on what to do next, such as adding dependencies and required code.
The plugin will not automatically change your settings or add dependencies to prevent conflicts with your existing setup. However, it will provide instructions on what to do next, such as adding dependencies and required code. You can also check the [sample project](./sample-generate-preview-tests) for a complete example.
After that, you can run the `recordRoborazziDebug` task to generate screenshots using the generated tests, as described in the [setup guide](https://takahirom.github.io/roborazzi/build-setup.html).
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/preview_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ roborazzi {
}
```

The plugin will not automatically change your settings or add dependencies to prevent conflicts with your existing setup. However, it will provide instructions on what to do next, such as adding dependencies and required code.
The plugin will not automatically change your settings or add dependencies to prevent conflicts with your existing setup. However, it will provide instructions on what to do next, such as adding dependencies and required code. You can also check the [sample project](./sample-generate-preview-tests) for a complete example.

After that, you can run the `recordRoborazziDebug` task to generate screenshots using the generated tests, as described in the [setup guide](https://takahirom.github.io/roborazzi/build-setup.html).

Expand Down

0 comments on commit e24ee32

Please sign in to comment.