Sha256: ae35b68744963b2d7a212a2b364523f58f808fd285994b4fa3a96c5a740c789f

Contents?: true

Size: 1.08 KB

Versions: 28

Compression:

Stored size: 1.08 KB

Contents

Feature: Verify
  Scenario: No tests
    When I run `recog_verify no_tests.xml`
    Then it should pass with:
      """
      SUMMARY: Test completed with 0 successful, 0 warnings, and 0 failures
      """

  Scenario: Successful tests
    When I run `recog_verify successful_tests.xml`
    Then it should pass with:
      """
      SUMMARY: Test completed with 4 successful, 0 warnings, and 0 failures
      """

  Scenario: Tests with warnings
    When I run `recog_verify tests_with_warnings.xml`
    Then it should pass with:
      """
      WARN: 'Pure-FTPd' has no test cases
      SUMMARY: Test completed with 1 successful, 1 warnings, and 0 failures
      """

  Scenario: Tests with failures
    When I run `recog_verify tests_with_failures.xml`
    Then it should pass with:
      """
      FAIL: 'foo test' failed to match "bar" with (?-mix:^foo$)'
      FAIL: '' failed to match "This almost matches" with (?-mix:^This matches$)'
      FAIL: 'bar test' failed to find expected capture group os.version '5.0'
      SUMMARY: Test completed with 0 successful, 0 warnings, and 3 failures
      """


Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
recog-2.0.14 features/verify.feature
recog-2.0.13 features/verify.feature
recog-2.0.12 features/verify.feature
recog-2.0.11 features/verify.feature
recog-2.0.10 features/verify.feature
recog-2.0.9 features/verify.feature
recog-2.0.8 features/verify.feature
recog-2.0.7 features/verify.feature
recog-2.0.6 features/verify.feature
recog-2.0.5 features/verify.feature
recog-2.0.4 features/verify.feature
recog-2.0.2 features/verify.feature
recog-2.0.1 features/verify.feature
recog-2.0.0 features/verify.feature
recog-1.0.29 features/verify.feature
recog-1.0.28 features/verify.feature
recog-1.0.27 features/verify.feature
recog-1.0.26 features/verify.feature
recog-1.0.25 features/verify.feature
recog-1.0.24 features/verify.feature