cookbook-cq icon indicating copy to clipboard operation
cookbook-cq copied to clipboard

Local caching of remote files

Open jwadolowski opened this issue 8 years ago • 0 comments

Typical cq cookbook run involves download of multiple files. Chef recently added an improvement to share a directory between Test Kitchen instances (here you can find more details).

The idea behind this is to leverage this feature and cache all the files (*.jar, *.zip, etc) to speed up test kitchen executions.

At the time of writing the following areas have been identified:

  • [ ] JAR file
  • [ ] license file
  • [ ] AEM packages

jwadolowski avatar Dec 28 '16 22:12 jwadolowski