Sha256: 5dc21e4b2f23d6d87143cc25eab90905cd9437dc84e710a948b9b02c066fa95b

Contents?: true

Size: 938 Bytes

Versions: 4

Compression:

Stored size: 938 Bytes

Contents

Feature: HTML Report
  So that I can easily view a report outlining my application dependencies and licenses
  As a non-technical application product owner
  I want license finder to generate an easy-to-understand HTML report

  Background:
    Given I have an app with license finder

  Scenario: Dependency details listed in HTML report
    And my app depends on a gem with specific details
    When I run license_finder
    Then I should see my specific gem details listed in the html

  Scenario: Approval status of dependencies indicated in HTML report
    And my app depends on MIT and GPL licensed gems
    When I whitelist the MIT license
    Then I should see the GPL gem unapproved in html
    And the MIT gem approved in html

  Scenario: Dependency summary
    And my app depends on MIT and GPL licensed gems
    When I whitelist MIT and 'other' licenses
    Then I should see only see GPL liceneses as unapproved in the html

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
license_finder-0.8.2-java features/html_report.feature
license_finder-0.8.2 features/html_report.feature
license_finder-0.8.1-java features/html_report.feature
license_finder-0.8.1 features/html_report.feature