From 603ef53ebdef70fccf530a9129111ad22e0a8100 Mon Sep 17 00:00:00 2001 From: Savitha Thundathil Jose Date: Mon, 15 Jul 2024 21:48:43 +0530 Subject: [PATCH] add test configuration template file for cypress tests --- .../src/__tests__/cypress/test-variables.yml.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 frontend/src/__tests__/cypress/test-variables.yml.example diff --git a/frontend/src/__tests__/cypress/test-variables.yml.example b/frontend/src/__tests__/cypress/test-variables.yml.example new file mode 100644 index 0000000000..dfa626aeee --- /dev/null +++ b/frontend/src/__tests__/cypress/test-variables.yml.example @@ -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 \ No newline at end of file