From 85a5685cd6e31964fc400a01638e335defff6796 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Wed, 19 Jun 2024 09:47:09 +0200 Subject: [PATCH] Change docs to run e2e tests (#67) --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 7d9be80..a82a755 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ > [!WARNING] > This tests are in very beta state yet. Before running them you need to perform some steps -* Install Rhtap from https://github.com/redhat-appstudio/rhtap-installer -* Make sure that RHTAP templates[](https://github.com/redhat-appstudio/tssc-sample-templates) are imported to your RHDH instance -* Change backstageBaseUrl[](/src/tests/components.test.ts) +* Install Rhtap from https://github.com/redhat-appstudio/rhtap-installer in CI mode. + * You need to update private-values.yaml by running before installing rhtap `yq e -i '.debug.ci=true' private-values.yaml` +* Create the environments needed in the [default.env](./default.env) file. After you create them just run: `source default.env` * Run `yarn && yarn test`