Sha256: 673317d8eab78f0e693e9eb3d38708d269eebe3044d2316c9b9879d9266ee313

Contents?: true

Size: 1022 Bytes

Versions: 8

Compression:

Stored size: 1022 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 the project name my_app in the html
    And 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' and New BSD and Apache 2.0 licenses
    Then I should see only see GPL liceneses as unapproved in the html

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
license_finder-0.9.4-java features/html_report.feature
license_finder-0.9.4 features/html_report.feature
license_finder-0.9.3-java features/html_report.feature
license_finder-0.9.3 features/html_report.feature
license_finder-0.9.2-java features/html_report.feature
license_finder-0.9.2 features/html_report.feature
license_finder-0.9.1-java features/html_report.feature
license_finder-0.9.1 features/html_report.feature