genpkg_help_information.feature 452 B

12345678910
  1. Feature: Help information
  2. Scenario: User types --help
  3. Given user types 'nrfutil dfu genpkg --help'
  4. When user press enter
  5. Then output contains 'Generate a zipfile package for distribution to Apps supporting Nordic DFU' and exit code is 0
  6. Scenario: User does not type mandatory arguments
  7. Given user types 'nrfutil dfu genpkg'
  8. When user press enter
  9. Then output contains 'Error: Missing argument "zipfile".' and exit code is 2