features.org_client.directories.org-client-directory-get-all.feature Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
Feature: Organization clients can get a list of all Directories
In order to provide for retrieving all Directory entities
As an Organization client
I can get a list of all of my Directories
Scenario: Getting a list of all directories includes the expected data
Given I created a Directory
Given I updated the Directory as active
And I updated the Directory Android Key with "Hello Android"
And I updated the Directory iOS P12 with a valid certificate
And I updated the Directory webhook url to "https://a.webhook.url/path"
And I generated and added 2 SDK Keys to the Directory
And I added 2 Services to the Directory
When I retrieve a list of all Directories
Then the current Directory is in the Directory list
© 2015 - 2025 Weber Informatics LLC | Privacy Policy