Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Add subscriptions dashboard UI integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Jul 23, 2024
1 parent 1b43649 commit 6c6fc59
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: subscriptions-dashboard-ui-enterprise-contract
namespace: rh-platform-experien-tenant
spec:
application: subscriptions-dashboard-ui
contexts:
- description: Application testing
name: application
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/consoledot-frontend-standard
resolverRef:
params:
- name: url
value: https://github.com/konflux-ci/build-definitions
- name: revision
value: main
- name: pathInRepo
value: pipelines/enterprise-contract.yaml
resolver: git
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
resources:
- api-frontend_integration_test.yaml
- api-frontend_release_plan.yaml
- subscriptions-dashboard-ui_integration_test.yaml

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
kind: Kustomization
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
apiVersion: appstudio.redhat.com/v1beta2
kind: IntegrationTestScenario
metadata:
name: subscriptions-dashboard-ui-enterprise-contract
namespace: rh-platform-experien-tenant
spec:
params:
- name: POLICY_CONFIGURATION
value: rhtap-releng-tenant/consoledot-frontend-standard
application: subscriptions-dashboard-ui
contexts:
- description: Application testing
name: application
resolverRef:
params:
- name: url
value: 'https://github.com/konflux-ci/build-definitions'
- name: revision
value: main
- name: pathInRepo
value: pipelines/enterprise-contract.yaml
resolver: git

0 comments on commit 6c6fc59

Please sign in to comment.