From b3564690c34b749fce3a0167cb351fa642f1f290 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:48:02 +0100 Subject: [PATCH] Set up RHTPA for pendo --- data/main.yml | 1 + data/rhtpa.yml | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 data/rhtpa.yml diff --git a/data/main.yml b/data/main.yml index 7b5dd9d..2ee1875 100644 --- a/data/main.yml +++ b/data/main.yml @@ -45,3 +45,4 @@ applications: - "tasks" - "quayio" - "iam" + - "rhtpa" diff --git a/data/rhtpa.yml b/data/rhtpa.yml new file mode 100644 index 0000000..e882634 --- /dev/null +++ b/data/rhtpa.yml @@ -0,0 +1,24 @@ +--- +rhtpa: + color: 1 + pages: + Home: + url_rules: + - /application-services/trusted-content/ + features: + _scope: '[data-ouia-bundle="application-services"][data-ouia-app-id="trusted-content"]' + "Button: Subscribe and launch": + selectors: + - '{} button:contains("Subscribe and launch")' + "Link: VSCode plugin": + selectors: + - '{} a:contains("VSCode")' + "Link: IntelliJ plugin": + selectors: + - '{} a:contains("IntelliJ")' + "Link: Tekton": + selectors: + - '{} a:contains("Tekton")' + "Link: Jenkins": + selectors: + - '{} a:contains("Jenkins")'