Tim Smith
Tim Smith
It would be really nice if you could just define a limit and not rely on the cookbook knowing about that kind of limit.
On master the FreeBSD 13 parallels builds fail with the following error:
If the SDK is missing then the builds don't work. We should fail the build with a useful message.
### Windows share resource 🙋 feature request!!!! It would be incredibly useful to have an inspec resource for auditing windows shares. Checking that they exist, that their properties are correct,...
This breaks out the junit output format support from https://github.com/test-kitchen/test-kitchen/issues/322 It would be helpful to support industry standard output formats so we can integrate better with CI systems.
This is part of the large project to fully document all of the Test Kitchen drivers we ship in Chef Workstation. A skeleton driver has been created at https://kitchen.ci/docs/drivers/aws/. This...
With the new kitchen doctor feature is the yaml is OK you get the following message: ``` -----> The doctor is in ``` We should probably include a more useful...
## :ghost: Brief Description Right now to test a cookbook with Test Kitchen you need either a Berksfile or a Policyfile. These need to be included just for depsolving in...
### :speaking_head: Foreword Maintaining Test Kitchen is a rather tricky thing. Each person involved in this project started as a user of Test Kitchen and brings with them preconceived notions...
Previously we used require_chef_omnibus to set a specific version of chef to be used on the box. If the version installed was *newer* than the one specified test kitchen would...