Skip to content

Commit 9a44963

Browse files
authored
Bamboo docs polishing (#745)
1 parent 7c9be03 commit 9a44963

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/dc-apps-performance-toolkit-user-guide-bamboo.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,13 @@ file and modify plan template according to your app. e.g. add new task.
286286
``` bash
287287
run # for Windows
288288
```
289+
1. Login into Bamboo UI and make sure that plan configurations were updated.
290+
1. Default duration of the plan is 60 seconds. Measure plan duration with new app-specific functionality and modify
291+
`default_dataset_plan_duration` value accordingly in `bamboo.yml` file.
292+
293+
For example, if plan duration with app-specific task became 70 seconds, than `default_dataset_plan_duration`
294+
should be set to 70 seconds in `bamboo.yml` file.
295+
289296
### Example of app-specific Selenium action development
290297
For example, you develop an app that adds some additional UI elements to view plan summary page.
291298
In this case, you should develop Selenium app-specific action:

0 commit comments

Comments
 (0)