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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
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): `8.20.13` and `9.1.0` platform release
8
+
* Jira [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `8.20.15` and `9.4.0`
9
9
10
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.20.13` and `5.1.0` platform release
11
+
* Jira Service Management [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `4.20.15` and `5.4.0`
12
12
13
13
* Supported Confluence versions:
14
14
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.19.2`, `7.13.7`
@@ -28,7 +28,7 @@ In case of technical questions, issues or problems with DC Apps Performance Tool
28
28
## Installation and set up
29
29
30
30
#### Dependencies
31
-
* Python 3.8or 3.9 and pip
31
+
* Python 3.8, 3.9 or 3.10 and pip
32
32
* JDK 11
33
33
* Google Chrome web browser
34
34
* Git client (only for Bitbucket DC)
@@ -66,7 +66,7 @@ pip install virtualenv
66
66
```
67
67
2. Create new virtual env with python3:
68
68
```
69
-
virtualenv venv -p full_path_to_python # e.g. use `which python3.9` to find the path
69
+
virtualenv venv -p full_path_to_python # e.g. use `which python3.10` to find the path
Copy file name to clipboardExpand all lines: app/confluence.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -23,16 +23,16 @@ settings:
23
23
allow_analytics: Yes # Allow sending basic run analytics to Atlassian. These analytics help us to understand how the tool is being used and help us to continue to invest in this tooling. For more details please see our README.
24
24
# Action percentage for JMeter and Locust load executors
25
25
extended_metrics: False
26
-
view_page: 46
27
-
view_dashboard: 8
28
-
view_blog: 10
29
-
search_cql: 9
30
-
create_blog: 3
31
-
create_and_edit_page: 7
32
-
comment_page: 6
33
-
view_attachment: 4
34
-
upload_attachment: 5
35
-
like_page: 2
26
+
view_page: 35
27
+
view_dashboard: 9
28
+
view_blog: 13
29
+
search_cql: 10
30
+
create_blog: 4
31
+
create_and_edit_page: 8
32
+
comment_page: 7
33
+
view_attachment: 5
34
+
upload_attachment: 6
35
+
like_page: 3
36
36
standalone_extension: 0# By default disabled
37
37
# Custom dataset section.
38
38
custom_dataset_query: # Write CQL query to add CQL output to the app/datasets/confluence/custom_pages.csv, e.g. "title ~ 'AppPage*'"
0 commit comments