Feature: Run sslyze against a target Background: Given "sslyze" is installed And the following profile: | name | value | | hostname | www.devsecops.cc | Scenario: Ensure no SSLv2 certificates are accepted When I launch an "sslyze" attack with: """ sslyze --sslv2 :443 """ Then the output should not contain: """ Rejected """