Skip to content

Commit

Permalink
docs: test suite step docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilla Vass committed Feb 28, 2024
1 parent f9b6d27 commit c50ab37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,11 @@ const SettingsTests = () => {
<CardForm
name="define-tests-form"
title="Tests"
description="Define the tests and their order of execution for this test suite"
description={
<>
Define the tests and their order of execution for this test suite. Learn more about <ExternalLink href={externalLinks.testSuitesTestSteps}>parameterising them.</ExternalLink>
</>
}
footer={footer}
disabled={!mayEdit}
readOnly={!isWritable}
Expand Down
1 change: 1 addition & 0 deletions packages/web/src/utils/externalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export enum externalLinks {
integrationWithJenkins = 'https://docs.testkube.io/articles/jenkins',
integrationWithAzure = 'https://docs.testkube.io/articles/azure',
integrationWithCircleCI = 'https://docs.testkube.io/articles/circleci',
testSuitesTestSteps = 'https://docs.testkube.io/testkube-pro/articles/running-parallel-tests-with-test-suite#test-suite-steps',
}

const crdCdn = `https://raw.githubusercontent.com/kubeshop/testkube-operator/${encodeURIComponent(
Expand Down

0 comments on commit c50ab37

Please sign in to comment.