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-3.6.1 features/validate.feature
zendesk_apps_tools-3.6.0 features/validate.feature
zendesk_apps_tools-3.5.1 features/validate.feature
zendesk_apps_tools-3.5.0 features/validate.feature
zendesk_apps_tools-3.4.0 features/validate.feature
zendesk_apps_tools-3.3.0 features/validate.feature
zendesk_apps_tools-3.2.4 features/validate.feature
zendesk_apps_tools-3.2.3 features/validate.feature
zendesk_apps_tools-3.2.2 features/validate.feature
zendesk_apps_tools-3.2.1 features/validate.feature
zendesk_apps_tools-3.2.0 features/validate.feature
zendesk_apps_tools-3.1.2 features/validate.feature
zendesk_apps_tools-3.1.1 features/validate.feature
zendesk_apps_tools-3.0.0 features/validate.feature
zendesk_apps_tools-2.14.0 features/validate.feature
zendesk_apps_tools-2.13.5 features/validate.feature
zendesk_apps_tools-2.13.3 features/validate.feature
zendesk_apps_tools-2.13.0 features/validate.feature
zendesk_apps_tools-2.12.4 features/validate.feature
zendesk_apps_tools-2.12.3 features/validate.feature