Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show test and result in the log #44

Closed
cjohannsen81 opened this issue Feb 10, 2016 · 3 comments
Closed

show test and result in the log #44

cjohannsen81 opened this issue Feb 10, 2016 · 3 comments
Labels
Type: Enhancement Adds new functionality.

Comments

@cjohannsen81
Copy link

Hey, would it be possible to show the test and the result as it is with serverspec:

    File "/etc/apache2/httpd.conf"
       should exist
     Port "80"
       should be listening
     Command "curl http://localhost"
       stdout
         should match /Hello/

   Finished in 0.13462 seconds (files took 0.33277 seconds to load)
   3 examples, 0 failures
@chris-rock
Copy link
Collaborator

Hi @cjohannsen81 You can specify the --format as introduced in #27. Currently we use --format progress as default, but you could switch to --format documentation

@benjamink
Copy link

👍 How is the--format option passed in the .kitchen.yml file? - Figured it out

@chris-rock
Copy link
Collaborator

#26

@tas50 tas50 added Type: Enhancement Adds new functionality. and removed enhancement labels Jan 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

5 participants