Sha256: e126cac301813ab97ec6c5a85658cd0db37a48d34bc69cca22d13d8b99690bcc
Contents?: true
Size: 950 Bytes
Versions: 2
Compression:
Stored size: 950 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' and New BSD licenses Then I should see only see GPL liceneses as unapproved in the html
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
license_finder-0.9.0-java | features/html_report.feature |
license_finder-0.9.0 | features/html_report.feature |