You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Hey, would it be possible to show the test and the result as it is with serverspec:
The text was updated successfully, but these errors were encountered: