From d4d43185f5a1bbc595546d5496c6e27abe41e6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Rahi=C4=87?= Date: Mon, 5 Aug 2024 17:59:59 +0200 Subject: [PATCH] docs(upsell): add callout for commercial on features (#3950) --- docs/docs/concepts/environments.mdx | 4 ++++ docs/docs/concepts/organizations.mdx | 4 ++++ docs/docs/concepts/polling-profiles.mdx | 8 +++++++- docs/docs/concepts/roles-and-permissions.mdx | 4 ++++ docs/docs/concepts/runs.mdx | 4 ++++ docs/docs/concepts/variable-sets.mdx | 4 ++++ docs/docs/tools-and-integrations/artillery-engine.mdx | 4 ++++ docs/docs/tools-and-integrations/artillery-plugin.mdx | 4 ++++ docs/docs/tools-and-integrations/cypress.mdx | 4 ++++ docs/docs/tools-and-integrations/playwright.mdx | 4 ++++ docs/docs/tools-and-integrations/typescript.mdx | 4 ++++ 11 files changed, 47 insertions(+), 1 deletion(-) diff --git a/docs/docs/concepts/environments.mdx b/docs/docs/concepts/environments.mdx index 1779c626bf..6fd295b257 100644 --- a/docs/docs/concepts/environments.mdx +++ b/docs/docs/concepts/environments.mdx @@ -12,6 +12,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + Environments are workspaces where you keep tests, test suites, variable sets, and all other Tracetest resources. ![](https://res.cloudinary.com/djwdcmwdz/image/upload/v1712585521/docs/app.tracetest.io_organizations_ttorg_2179a9cd8ba8dfa5_environments_ttenv_231b49e808c29e6a_2_wgg8zl.png) diff --git a/docs/docs/concepts/organizations.mdx b/docs/docs/concepts/organizations.mdx index 2d53796f33..a770802a0a 100644 --- a/docs/docs/concepts/organizations.mdx +++ b/docs/docs/concepts/organizations.mdx @@ -14,6 +14,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + Organizations contain a collection of environments, team members, and settings. When signing up to Tracetest you get a `personal-org` by default. You can create additional organizations by clicking the organization dropdown and selecting `+ Create a New Organization`. diff --git a/docs/docs/concepts/polling-profiles.mdx b/docs/docs/concepts/polling-profiles.mdx index b8d541cd0f..7416e89020 100644 --- a/docs/docs/concepts/polling-profiles.mdx +++ b/docs/docs/concepts/polling-profiles.mdx @@ -19,10 +19,16 @@ done running. This means that Tracetest needs to check periodically if the trace is complete or not. For this, a **Polling Profile** is used. This profile tells Tracetest how often and how long to wait for a trace to finish. Every Tracetest environment has one default polling profile, meaning that any -test will use that profile when trying to fetch the trace from the tracing backend. Since version v1.0.0, users can now specify a different +test will use that profile when trying to fetch the trace from the tracing backend. + +Since version v1.0.0, users can now specify a different polling profile per test. This makes more sense than having a single profile, due to some tests being pretty quick to run and others can take minutes to hours to finish executing. +:::tip Commercial Feature +[Using multiple polling profiles is available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + ## Adding a Polling Profile in the CLI ```yaml diff --git a/docs/docs/concepts/roles-and-permissions.mdx b/docs/docs/concepts/roles-and-permissions.mdx index 8a9df1db41..c846d7c135 100644 --- a/docs/docs/concepts/roles-and-permissions.mdx +++ b/docs/docs/concepts/roles-and-permissions.mdx @@ -15,6 +15,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + In this section, you will learn everything you need to manage your organization members effectively. Tracetest distinguishes between different roles to help manage organization members' access levels and permissions. These roles are categorized into two groups: organization level and environment level roles. diff --git a/docs/docs/concepts/runs.mdx b/docs/docs/concepts/runs.mdx index f7afcccbac..046be825d3 100644 --- a/docs/docs/concepts/runs.mdx +++ b/docs/docs/concepts/runs.mdx @@ -13,6 +13,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + Tracetest uses the concept of Runs to define every time a Test was triggered. - [Tests](/concepts/tests) diff --git a/docs/docs/concepts/variable-sets.mdx b/docs/docs/concepts/variable-sets.mdx index 48ebc8617f..419c018f9d 100644 --- a/docs/docs/concepts/variable-sets.mdx +++ b/docs/docs/concepts/variable-sets.mdx @@ -25,6 +25,10 @@ For details on creating and editing varaible sets in the Web UI, please visit [W ## Secrets Management +:::tip Commercial Feature +[Secrets management feature is available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + Variable Sets can accept secrets. A variable can be a `secret` or a `raw` variable in the Web UI and CLI. ![Create Variable Set Values](../img/create-variable-set-values.png) diff --git a/docs/docs/tools-and-integrations/artillery-engine.mdx b/docs/docs/tools-and-integrations/artillery-engine.mdx index 295048face..fee6f77002 100644 --- a/docs/docs/tools-and-integrations/artillery-engine.mdx +++ b/docs/docs/tools-and-integrations/artillery-engine.mdx @@ -15,6 +15,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + :::info Version Compatibility This integration is compatible with [Artillery v2.0.10](https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.10) and above. ::: diff --git a/docs/docs/tools-and-integrations/artillery-plugin.mdx b/docs/docs/tools-and-integrations/artillery-plugin.mdx index a21244c56c..57fff9e166 100644 --- a/docs/docs/tools-and-integrations/artillery-plugin.mdx +++ b/docs/docs/tools-and-integrations/artillery-plugin.mdx @@ -15,6 +15,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + :::info Version Compatibility This integration is compatible with [Artillery v2.0.10](https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.10) and above. ::: diff --git a/docs/docs/tools-and-integrations/cypress.mdx b/docs/docs/tools-and-integrations/cypress.mdx index 451603bec4..7e4aed851e 100644 --- a/docs/docs/tools-and-integrations/cypress.mdx +++ b/docs/docs/tools-and-integrations/cypress.mdx @@ -16,6 +16,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + :::info Tracetest x Cypress Frontend Instrumentation Requirements Find out the requirements for your instrumented app to start using [Tracetest x Cypress](https://tracetest.io/blog/tracetest-tip-instrumentation-for-end-to-end-tests). ::: diff --git a/docs/docs/tools-and-integrations/playwright.mdx b/docs/docs/tools-and-integrations/playwright.mdx index a3c4cd9229..75e2b8a375 100644 --- a/docs/docs/tools-and-integrations/playwright.mdx +++ b/docs/docs/tools-and-integrations/playwright.mdx @@ -16,6 +16,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + :::info Tracetest x Playwright Frontend Instrumentation Requirements Find out the requirements for your instrumented app to start using [Tracetest x Playwright](https://tracetest.io/blog/tracetest-tip-instrumentation-for-end-to-end-tests). ::: diff --git a/docs/docs/tools-and-integrations/typescript.mdx b/docs/docs/tools-and-integrations/typescript.mdx index 8fd54dda38..688c2acd82 100644 --- a/docs/docs/tools-and-integrations/typescript.mdx +++ b/docs/docs/tools-and-integrations/typescript.mdx @@ -14,6 +14,10 @@ keywords: image: https://res.cloudinary.com/djwdcmwdz/image/upload/v1698686403/docs/Blog_Thumbnail_14_rsvkmo.jpg --- +:::tip Commercial Feature +[Feature available only in Cloud-based Managed Tracetest & Enterprise Self-hosted Tracetest.](https://tracetest.io/pricing) +::: + :::note [Check out the source code on GitHub here.](https://github.com/kubeshop/tracetest/tree/main/examples/quick-start-typescript) :::