Skip to content

Commit 391716f

Browse files
committed
fix typo
1 parent 1ca76d2 commit 391716f

File tree

1 file changed

+14
-14
lines changed
  • content/guides/gitlab-ci-integration

1 file changed

+14
-14
lines changed

content/guides/gitlab-ci-integration/index.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Integrate Gatling with Gitlab CI
3-
menutitle: Gitlab CI integration
4-
seotitle: How to integrate Gatling with Gitlab CI
5-
description: Set up automated load testing with Gitlab CI
6-
lead: Add performance testing to your GitLab CI pipeline with Gatling Enterprise.
2+
title: Integrate Gatling with Gitlab CI/CD
3+
menutitle: Gitlab CI/CD integration
4+
seotitle: How to integrate Gatling with Gitlab CI/CD
5+
description: Set up automated load testing with Gitlab CI/CD
6+
lead: Add performance testing to your Gitlab CI/CD pipeline with Gatling Enterprise.
77
badge:
88
type: enterprise
99
label: Enterprise
1010
date: 2025-03-11T13:35:00+02:00
1111

1212
---
1313

14-
Performance testing is a critical component of modern software development. By integrating Gatling Enterprise with GitLab CI, you can incorporate performance testing into your development workflow, ensuring your applications meet performance standards before reaching production.
14+
Performance testing is a critical component of modern software development. By integrating Gatling Enterprise with Gitlab CI/CD, you can incorporate performance testing into your development workflow, ensuring your applications meet performance standards before reaching production.
1515

1616
## Prerequisites
1717

@@ -65,17 +65,17 @@ Make sure to copy the `simulation Id` by clicking the three dots menu next to yo
6565
This step is applicable to all CI/CD platforms supported by Gatling Enterprise.
6666
{{< /alert >}}
6767

68-
To enable Gitlab CI to interact with Gatling Enterprise and trigger simulations, you'll need to generate an API key.
68+
To enable Gitlab CI/CD to interact with Gatling Enterprise and trigger simulations, you'll need to generate an API key.
6969

7070
{{< youtube iP4_WM9wTNA >}}
7171

72-
With Gatling Enterprise configured, we can now proceed to setting up our GitLab CI pipeline.
72+
With Gatling Enterprise configured, we can now proceed to setting up our Gitlab CI/CD pipeline.
7373

74-
## Gitlab CI
74+
## Gitlab CI/CD
7575

7676
### Set up the Secrets and Environment
7777

78-
To run simulations from GitLab CI, you'll first need to configure a secure API token. Follow these steps to set up the required variable:
78+
To run simulations from Gitlab CI/CD, you'll first need to configure a secure API token. Follow these steps to set up the required variable:
7979

8080
1. Navigate to your GitLab repository
8181
2. Access the `Settings` menu
@@ -90,9 +90,9 @@ If you need to generate a new API token, follow our guide [here]({{< ref "../ref
9090

9191
### Configure the Pipeline
9292

93-
Let's set up a basic GitLab CI pipeline that will run your performance tests. The pipeline configuration will trigger a simulation using the provided **`simulation Id`**.
93+
Let's set up a basic Gitlab CI/CD pipeline that will run your performance tests. The pipeline configuration will trigger a simulation using the provided **`simulation Id`**.
9494

95-
Here's the pipeline configuration:
95+
Here's the pipeline configuration (.gitlab-ci.yml):
9696

9797
```yaml
9898
stages:
@@ -109,7 +109,7 @@ run-gatling-enterprise:
109109
SIMULATION_ID: '00000000-0000-0000-0000-000000000000'
110110
```
111111
112-
For advanced pipeline customization options, check our [GitLab CI documentation]({{< ref "../reference/integrations/ci-cd/gitlab-ci" >}}).
112+
For advanced pipeline customization options, check our [Gitlab CI/CD documentation]({{< ref "../reference/integrations/ci-cd/gitlab-ci" >}}).
113113
114114
### Run the Pipeline
115115
@@ -119,4 +119,4 @@ With everything configured, you can now trigger the pipeline from GitLab CI/CD.
119119

120120
## Conclusion
121121

122-
This integration streamlines the testing process and enhances collaboration between development teams. With Gatling Enterprise and GitLab CI, you can create a pipeline that continuously monitors your application's performance, making it easier to maintain high standards of application quality throughout the development lifecycle.
122+
This integration streamlines the testing process and enhances collaboration between development teams. With Gatling Enterprise and Gitlab CI/CD, you can create a pipeline that continuously monitors your application's performance, making it easier to maintain high standards of application quality throughout the development lifecycle.

0 commit comments

Comments
 (0)