Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae5e84d

Browse files
committed
Update testing topics
Fixes after QA for testing topics imported from Classic
1 parent75989b7 commitae5e84d

File tree

9 files changed

+23
-23
lines changed

9 files changed

+23
-23
lines changed

‎_data/nav.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@
462462
-title:Testing
463463
url:"/testing"
464464
pages:
465-
-title:Unittests
465+
-title:Unittesting
466466
url:"/unit-tests"
467-
-title:Integrationtests
467+
-title:Integrationtesting
468468
url:"/integration-tests"
469469
-title:Creating test reports
470470
url:"/test-reports"

‎_docs/testing/automatic-preview-environments.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ If your service is one of many microservices, after running automated tests on y
1313
##Prerequisites
1414

1515
Complete the tutorials for:
16-
*[Creating a basic pipeline]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/)
17-
*[Creating temporary environments]({{site.baseurl}}/docs/getting-started/on-demand-environments/)
16+
*[Creating a basic pipeline]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/)
17+
*[Creating temporary environments]({{site.baseurl}}/docs/quick-start/ci-quickstart/on-demand-environments/)
1818

1919
##Launch the composition
2020

‎_docs/testing/create-composition.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ toc: true
2020
Compositions can be launched as part of a unit test step, an integration test step, or to run an image for manual testing. You can create compositions from scratch or import an existing`docker-compose.yml` file.
2121

2222
##Create composition
23-
1. In the Codefresh UI, fromtheArtifactssectionin the sidebar,click[**Compositions**](https://g.codefresh.io/compositions){:target="\_blank"}.
23+
1. In the Codefresh UI, from Artifacts in the sidebar,select[**Compositions**](https://g.codefresh.io/compositions){:target="\_blank"}.
2424
1. Click**Create Composition**.
2525

2626
{% include
@@ -64,7 +64,7 @@ max-width="70%"
6464

6565
{:start="5"}
6666
1. Click**Next**, and continue with one of the following:
67-
*[From file in repo**](#from-file-in-repo)
67+
*[From file in repo](#from-file-in-repo)
6868
*[From template](#from-template)
6969
*[Empty composition](#empty-composition) (Advanced)
7070

@@ -206,7 +206,7 @@ max-width="70%"
206206
When you are ready with the composition, launch it to inspect your application. Launching a composition creates a temporary
207207
test environment in your Codefresh account that you can use to inspect your application.
208208

209-
1. In the Codefresh UI, fromtheArtifactssectionin the sidebar,click[**Compositions**](https://g.codefresh.io/compositions){:target="\_blank"}.
209+
1. In the Codefresh UI, from Artifacts in the sidebar,select[**Compositions**](https://g.codefresh.io/compositions){:target="\_blank"}.
210210
1. From the list, select the composition to launch.
211211

212212
{% include
@@ -249,7 +249,7 @@ max-width="70%"
249249

250250
View a record for the running environment and all containers for the environment in the Running Compositions tab.
251251

252-
1. In the Codefresh UI, fromtheArtifactssectionin the sidebar,click[**Compositions**](https://g.codefresh.io/compositions){:target="\_blank"}.
252+
1. In the Codefresh UI, from Artifacts in the sidebar,select[**Compositions**](https://g.codefresh.io/compositions){:target="\_blank"}.
253253
1. Click**Running Compositions**.
254254

255255
{% include

‎_docs/testing/integration-tests.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"Integrationtests"
2+
title:"Integrationtesting"
33
description:"Launch additional services in Codefresh pipelines"
44
group:testing
55
redirect_from:
@@ -25,7 +25,7 @@ They are much more flexible than compositions in these areas:
2525
1. Attaching service containers to the whole pipeline instead of individual steps .
2626
1. Auto-mounted Codefresh[shared volume]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps) for freestyle steps (unlike compositions), making file access very easy. You can execute your tests from the Git repository that was cloned.
2727

28-
>This article explains how to run additional services that are automatically discarded once the pipeline has completed its run. If you are interested in temporary test environments, see the[preview environments]({{site.baseurl}}/docs/getting-started/on-demand-environments/).
28+
>This article explains how to run additional services that are automatically discarded once the pipeline has completed its run. If you are interested in temporary test environments, see the[preview environments]({{site.baseurl}}/docs/quick-start/ci-quickstart/on-demand-environments/).
2929
3030
##How integration tests work in Codefresh
3131

‎_docs/testing/security-scanning.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Common strategies are:
4242

4343

4444
Here is an example pipeline that scans a Docker image:
45-
* With[Aqua](https://www.aquasec.com/){:target="\_blank"} after being pushed to the[default Docker registry]({{site.baseurl}}/docs/docker-registries/external-docker-registries/#the-default-registry)
46-
* Before it is promoted to the[external Azure Registry]({{site.baseurl}}/docs/docker-registries/external-docker-registries/azure-docker-registry/){:target="\_blank"}.
45+
* With[Aqua](https://www.aquasec.com/){:target="\_blank"} after being pushed to the[default Docker registry]({{site.baseurl}}/docs/integrations/docker-registries/#default-registry).
46+
* Before it is promoted to the[external Azure Registry]({{site.baseurl}}/docs/docker-registries/azure-docker-registry/).
4747

4848
{% include image.html
4949
lightbox="true"
@@ -181,7 +181,7 @@ max-width="60%"
181181

182182
##Security annotations
183183

184-
Security scan results are also a perfect candidate for[extra metadata]({{site.baseurl}}/docs/docker-registries/metadata-annotations/) to add to your Docker images.
184+
Security scan results are also a perfect candidate for[extra metadata]({{site.baseurl}}/docs/pipelines/docker-image-metadata/) to add to your Docker images.
185185

186186
{% include image.html
187187
lightbox="true"
@@ -196,6 +196,6 @@ You can add any metadata such as the number of issues for each category or even
196196

197197
##Related articles
198198
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
199-
[Pipeline steps]({{site.baseurl}}/docs/pipelines/steps/)
199+
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
200200
[Creating test reports]({{site.baseurl}}/docs/testing/test-reports/)
201201
[Advanced workflows in pipelines]({{site.baseurl}}/docs/pipelines/advanced-workflows/)

‎_docs/testing/sonarqube-integration.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article shows how to use the [SonarQube plugin](https://codefresh.io/steps/
2727

2828
Before starting an analysis, you need to have a:
2929

30-
* Simple[Codefresh pipeline up and running]({{site.baseurl}}//docs/getting-started/create-a-basic-pipeline/)
30+
* Simple[Codefresh pipeline up and running]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/)
3131
* SonarQube account (Developer, Enterprise, or on the[SonarCloud](https://sonarcloud.io/){:target="\_blank"})
3232

3333
##Get a security token from SonarQube
@@ -138,6 +138,6 @@ max-width="80%"
138138

139139
##Related articles
140140
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
141-
[Pipeline steps]({{site.baseurl}}/docs/pipelines/steps/)
142-
[Unittests]({{site.baseurl}}/docs/testing/unit-tests/)
143-
[Integrationtests]({{site.baseurl}}/docs/testing/integration-tests/)
141+
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
142+
[Unittesting]({{site.baseurl}}/docs/testing/unit-tests/)
143+
[Integrationtesting]({{site.baseurl}}/docs/testing/integration-tests/)

‎_docs/testing/test-reports.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ max-width="80%"
124124

125125
You will use the name of the integration as an environment variable in your Codefresh pipeline.
126126

127-
You can also use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/pipeline-integrations/secret-storage/) (such as Kubernetes secrets), as values, by clicking on the lock icon that appears next to field:
127+
You can also use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets), as values, by clicking on the lock icon that appears next to field:
128128
* If you have already specified the resource field during secret definition, just enter the name of the secret directly in the text field, for example,`my-secret-key`.
129129
* If you didn't include a resource name during secret creation, enter the full name in the field, for example,`my-secret-resource@my-secret-key`.
130130

@@ -153,7 +153,7 @@ max-width="60%"
153153

154154
You will use the name of the integration as an environment variable in your Codefresh pipeline.
155155

156-
You can also use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/pipeline-integrations/secret-storage/) (such as Kubernetes secrets), as values, by clicking on the lock icon that appears next to field:
156+
You can also use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets), as values, by clicking on the lock icon that appears next to field:
157157
* If you have already specified the resource field during secret definition, just enter the name of the secret directly in the text field, for example,`my-secret-key`.
158158
* If you didn't include a resource name during secret creation, enter the full name in the field, for example,`my-secret-resource@my-secret-key`.
159159

‎_docs/testing/unit-tests.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"Unittests"
2+
title:"Unittesting"
33
description:"Run unit tests in Codefresh pipelines"
44
group:testing
55
redirect_from:
@@ -20,7 +20,7 @@ Here we will see four ways of running unit tests in Codefresh:
2020
1. Running unit tests in the application image (not recommended, but very popular)
2121
1. Running unit tests using a special testing image (the recommended solution for complex applications)
2222

23-
For an example application for 2 and 3, see[unit test examples]({{site.baseurl}}/docs/example-catelog/ci-examples/run-unit-tests/).
23+
For an example application for 2 and 3, see[unit test examples]({{site.baseurl}}/docs/example-catalog/ci-examples/run-unit-tests/).
2424

2525
##Running unit tests as part of a Docker build
2626

@@ -287,7 +287,7 @@ max-width="70%"
287287
[Unit test example]({{site.baseurl}}/docs/example-catalog/ci-examples/run-unit-tests/)
288288
[Introduction to pipelines]({{site.baseurl}}/docs/pipelines/introduction-to-codefresh-pipelines/)
289289
[Codefresh YAML for pipeline definitions]({{site.baseurl}}/docs/pipelines/what-is-the-codefresh-yaml/)
290-
[Ondemand environments]({{site.baseurl}}/docs/getting-started/on-demand-environments/)
290+
[On-demand environments]({{site.baseurl}}/docs/quick-start/ci-quickstart/on-demand-environments/)
291291
[Integration tests]({{site.baseurl}}/docs/testing/integration-tests/)
292292

293293

121 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp