Sha256: 896ebeffca5077f16a917bda37500b5cec19080ccf0c46b179b055d8ff8da8fc

Contents?: true

Size: 576 Bytes

Versions: 166

Compression:

Stored size: 576 Bytes

Contents

Feature: validate a zendesk app

  Validate a zendesk app by running 'zat package' command

  Background: create a new zendesk app
    Given an app is created in directory "tmp/aruba"

  Scenario: valid app
    When I run the command "zat validate --path tmp/aruba" to validate the app
    Then it should pass the validation

  Scenario: invalid app (missing manifest.json
    Given I remove file "tmp/aruba/manifest.json"
    When I run the command "zat validate --path tmp/aruba" to validate the app
    Then the command output should contain "Could not find manifest.json"

Version data entries

166 entries across 166 versions & 1 rubygems

Version Path
zendesk_apps_tools-2.7.1 features/validate.feature
zendesk_apps_tools-2.7.0 features/validate.feature
zendesk_apps_tools-2.6.0 features/validate.feature
zendesk_apps_tools-2.5.2 features/validate.feature
zendesk_apps_tools-2.5.0 features/validate.feature
zendesk_apps_tools-2.4.0 features/validate.feature
zendesk_apps_tools-2.3.0 features/validate.feature
zendesk_apps_tools-2.2.1 features/validate.feature
zendesk_apps_tools-2.2.0 features/validate.feature
zendesk_apps_tools-2.1.1 features/validate.feature
zendesk_apps_tools-2.1.0 features/validate.feature
zendesk_apps_tools-2.0.7 features/validate.feature
zendesk_apps_tools-2.0.6 features/validate.feature
zendesk_apps_tools-2.0.5 features/validate.feature
zendesk_apps_tools-2.0.4 features/validate.feature
zendesk_apps_tools-2.0.3 features/validate.feature
zendesk_apps_tools-2.0.2 features/validate.feature
zendesk_apps_tools-2.0.1 features/validate.feature
zendesk_apps_tools-2.0.0 features/validate.feature
zendesk_apps_tools-1.37.5 features/validate.feature