You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/guides/gitlab-ci-integration/index.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
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.
7
7
badge:
8
8
type: enterprise
9
9
label: Enterprise
10
10
date: 2025-03-11T13:35:00+02:00
11
11
12
12
---
13
13
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.
15
15
16
16
## Prerequisites
17
17
@@ -65,17 +65,17 @@ Make sure to copy the `simulation Id` by clicking the three dots menu next to yo
65
65
This step is applicable to all CI/CD platforms supported by Gatling Enterprise.
66
66
{{< /alert >}}
67
67
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.
69
69
70
70
{{< youtube iP4_WM9wTNA >}}
71
71
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.
73
73
74
-
## Gitlab CI
74
+
## Gitlab CI/CD
75
75
76
76
### Set up the Secrets and Environment
77
77
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:
79
79
80
80
1. Navigate to your GitLab repository
81
81
2. Access the `Settings` menu
@@ -90,9 +90,9 @@ If you need to generate a new API token, follow our guide [here]({{< ref "../ref
90
90
91
91
### Configure the Pipeline
92
92
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`**.
94
94
95
-
Here's the pipeline configuration:
95
+
Here's the pipeline configuration (.gitlab-ci.yml):
@@ -119,4 +119,4 @@ With everything configured, you can now trigger the pipeline from GitLab CI/CD.
119
119
120
120
## Conclusion
121
121
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