Skip to content

Commit

Permalink
add test configuration template file for cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Savitha Thundathil Jose committed Jul 15, 2024
1 parent 27ca9e8 commit 603ef53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/src/__tests__/cypress/test-variables.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ODH_DASHBOARD_URL: "http://odh-dashboard-opendatahub.apps.my-cluster.test.redhat.com"
TEST_USER:
AUTH_TYPE: foo-auth
USERNAME: foo-user
PASSWORD: foo-passwd
OCP_ADMIN_USER:
AUTH_TYPE: adm-auth
USERNAME: adminuser
PASSWORD: adminuser-passwd

0 comments on commit 603ef53

Please sign in to comment.