File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change 7
7
8
8
## Introduction
9
9
10
- Originally ATF was developed for SDL developers and thats why it lacks a few features of modern Test Frameworks
11
- (Java jUnit, Python Nose, etc.)
12
-
13
- The purpose of this proposal is to develop extended script runner as part of ATF functionality.
10
+ ATF is a great tool for both developers and testers that help test any change in SDL.
11
+ But it lacks a powerful test script runner.
14
12
15
13
## Motivation
16
14
@@ -22,17 +20,17 @@ Currently ATF is unable to:
22
20
23
21
## Proposed solution
24
22
25
- Develop script runner with the following features:
23
+ The purpose of this proposal is to develop extended script runner as part of ATF functionality with the following features:
26
24
27
- - Ability to run single test script
28
- - Ability to run batch of test scripts
29
- - Ability to run test set
30
- - Possibility to run scripts in parallel
31
- - Ability to create reports in standard format with logs collected
25
+ - An option to run single test script
26
+ - An option to run batch of test scripts
27
+ - An option to run test set
28
+ - Possibility to run test scripts in parallel (in separate threads)
29
+ - Ability to create reports with logs collected in a format used by continuous integration system
32
30
33
31
## Potential downsides
34
32
35
- Existing CI jobs needs to be reconfigured in order to use new script runner.
33
+ N/A
36
34
37
35
## Impact on existing code
38
36
You can’t perform that action at this time.
0 commit comments