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: README.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,30 @@
1
1
# Data Center App Performance Toolkit
2
2
The Data Center App Performance Toolkit extends [Taurus](https://gettaurus.org/) which is an open source performance framework that executes JMeter and Selenium.
3
3
4
-
This repository contains Taurus scripts for performance testing of Atlassian Data Center products: Jira, Confluence, and Bitbucket.
4
+
This repository contains Taurus scripts for performance testing of Atlassian Data Center products: Jira, Jira Service Management, Confluence, and Bitbucket.
5
5
6
6
## Supported versions
7
7
* Supported Jira versions:
8
-
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): 7.13.15 and 8.5.8
9
-
* Jira Platform release: 8.0.3
8
+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.13.3`, `8.5.11`
9
+
10
+
* Supported Jira Service Management versions:
11
+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.13.2`, `4.5.10`
10
12
11
13
* Supported Confluence versions:
12
-
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): 6.13.13 and 7.4.4
13
-
* Confluence Platform release: 7.0.5
14
+
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.4.6`
15
+
* Confluence Platform release: `7.0.5`
14
16
15
17
* Supported Bitbucket Server versions:
16
-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): 6.10.5
17
-
* Bitbucket Server Platform release: 7.0.5
18
+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.2`, `6.10.7`
19
+
* Bitbucket Server Platform release: `7.0.5`
18
20
19
21
## Support
20
22
In case of technical questions, issues or problems with DC Apps Performance Toolkit, contact us for support in the [community Slack](http://bit.ly/dcapt_slack)**#data-center-app-performance-toolkit** channel.
21
23
22
24
## Installation and set up
23
25
24
26
#### Dependencies
25
-
* Python 3.6+ and pip
27
+
* Python 3.6-3.8 and pip
26
28
* JDK 8
27
29
* Google Chrome web browser
28
30
* Git client (only for Bitbucket Server)
@@ -32,7 +34,7 @@ Please make sure you have a version of Chrome browser that is compatible with [C
32
34
If a first part of ChromeDriver version does not match with a first part of your Chrome browser version, update Chrome browser or set compatible [ChromeDriver](http://chromedriver.chromium.org/downloads) version in .yml file.
33
35
34
36
### macOS/Linux
35
-
Make sure that you have [Python](https://www.python.org/downloads/)3.6+, pip, and [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) installed:
37
+
Make sure that you have [Python](https://www.python.org/downloads/)(see [dependencies](#dependencies) section for supported versions), pip, and [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) installed:
Make sure you have [Python](https://www.python.org/downloads/)3.6+, pip, and [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) installed:
69
+
Make sure you have [Python](https://www.python.org/downloads/)(see [dependencies](#dependencies) section for supported versions), pip, and [JDK 8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html) installed:
68
70
```
69
71
python --version or python3 --version
70
72
pip --version
71
73
java -version
72
74
Microsoft Visual C++ 14
75
+
Windows 10 SDK
73
76
```
74
77
For Bitbucket Server check that [Git](https://git-scm.com/downloads) is installed:
75
78
```
@@ -84,8 +87,9 @@ Otherwise, download it from [Microsoft Visual C++ Build Tools:](https://visualst
84
87
4. Select the **MSVC v142 - VS 2019 C++ x64/x86 build tools (v14.22)** check box (clear all the others).
@@ -134,4 +138,4 @@ The request include the following data, and will in no way contain PII (Personal
134
138
To help us continue improving the Toolkit, we’d love you to keep these analytics enabled in testing, staging, and production. If you don’t want to send us analytics, you can turn off the `allow_analytics` toggle in `$product.yml` file.
135
139
136
140
## Running Taurus
137
-
Navigate to [docs](docs) folder and follow instructions.
141
+
Navigate to [docs](docs) folder and follow instructions.
0 commit comments