Skip to content

Update product analytics onboarding test to match new behaviour

What does this MR do and why?

Update product analytics onboarding test.

This has to be done as onboarding behaviour has changed. Now analytics settings are set per project and onboarding flow changed due to that. Product Analytics is also no longer require experimental features enabled, hence there us no need to enable that in the test.

For now the test will only run for product analytics devkit, hence condition for running the test was updated.

Introduced new environment variables in order to set Product Analytics settings per project:

  • PA_CONFIGURATOR_URL
  • PA_COLLECTOR_HOST
  • PA_CUBE_API_URL
  • PA_CUBE_API_KEY

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshot of passing test locally

Screenshot 2024-04-16 at 14.24.18.png

How to set up and validate locally

This is not require as test will only run for Product Analytics devkit for now. However steps to run the test locally can be found in docs. Note that the document is also updated within this MR, hence updated steps have to be used.

Edited by Ievgen Chernikov

Merge request reports