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

Commit

Permalink
Merge pull request #515 from karelhala/enable-subscriptions-dashboard…
Browse files Browse the repository at this point in the history
…-ui-integration

Add subscriptions dashboard UI integration test
  • Loading branch information
ernesgonzalez33 authored Jul 24, 2024
2 parents 70ab582 + 6c6fc59 commit 4f5c515
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 4f5c515

Please sign in to comment.