Skip to content

Commit 2d2ef88

Browse files
Updated according to review results iteration #2
1 parent c7a41f3 commit 2d2ef88

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

proposals/NNNN-Change_ATF_test_reports_folder_structure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Introduction
99

10-
For now ATF reports folder has inconvenient nested struct. ATF creates struct of folders from relative path to script, e.g. runned script fom test_scripts/API/Navidation/Subscriptions/.
10+
For now ATF reports folder has inconvenient nested struct. ATF creates structure of folders from relative path to script, e.g. runned script fom test_scripts/API/Navidation/Subscriptions/.
1111
With current implementation will be created the next structure
1212
<pre><code>
1313
TestingReports
@@ -30,15 +30,15 @@ TestingReports
3030

3131
## Motivation
3232

33-
Create more convenient reports struct, less nested.
33+
Create more convenient reports structure, less nested.
3434

3535
## Proposed solution
3636

3737
The solution is to create new struct:
38-
<pre><code>Main folder 'TestingReports'
39-
-> Subfolder 'ScriptName_timestamp'
40-
->Subfolder 'ATF'
41-
->Subfolder 'SDL'</pre></code>
38+
<pre><code>TestingReports
39+
-> ScriptName_timestamp
40+
-> ATF
41+
-> SDL</pre></code>
4242
Subfolder ATF will contain ATF logs and report.
4343
Subfolder SDL will contain SDL logs.
4444

0 commit comments

Comments
 (0)