Skip to content

Commit

Permalink
Add back all integration test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
szh committed May 9, 2024
1 parent 8141238 commit bba8b1e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/integration/features/integration.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,28 @@ Feature: Integrations Tests for remote TAS foundation
Given I create an org and space
And I install the buildpack

Scenario: Python offline buildpack integration
When I push a "python" app with the "offline" buildpack
Then the secrets.yml values are available in the app

Scenario: Ruby offline buildpack integration
When I push a "ruby" app with the "offline" buildpack
Then the secrets.yml values are available in the app

Scenario: Java offline buildpack integration
When I push a "java" app with the "offline" buildpack
Then the secrets.yml values are available in the app

# The online buildpack tests are only valid if the latest commits
# are push to the Github remote branch.
Scenario: Python online buildpack integration
When I push a "python" app with the "online" buildpack
Then the secrets.yml values are available in the app

Scenario: Ruby online buildpack integration
When I push a "ruby" app with the "online" buildpack
Then the secrets.yml values are available in the app

Scenario: Java online buildpack integration
When I push a "java" app with the "online" buildpack
Then the secrets.yml values are available in the app

0 comments on commit bba8b1e

Please sign in to comment.