Skip to content

Commit d926d4b

Browse files
authored
ci(showcase): clarify in documentation how to update showcase golden files (#1194)
1 parent d87cef4 commit d926d4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

DEVELOPMENT.md

+9
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,15 @@ Note:
172172

173173
* `-P enable-golden-tests` is optional. These tests do not require a local server.
174174

175+
### Update the Golden Showcase Files
176+
177+
Open a new terminal window in the root project directory.
178+
179+
```shell
180+
$ cd showcase
181+
$ mvn compile -P update
182+
```
183+
175184
## Running the Plugin
176185

177186
1. Clone [googleapis](https://github.com/googleapis/googleapis) and

0 commit comments

Comments
 (0)