questdb / ui

Monorepo of QuestDB UI packages
https://questdb.io
15 stars 24 forks source link

feat(browser-tests): add web console telemetry tests #298

Closed insmac closed 4 months ago

insmac commented 4 months ago

This PR adds an integration suite for Telemetry. There is an added complexity that has been introduced via the authorization provider, in that starting of the telemetry logic happens further, once all the auth checks have been performed and QuestDB provider is set up correctly (i.e. rest token is set for all API requests).

The spec sheet tests the following:

Side changes: