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: src/pages/docs/drowser/report-structure.mdx
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,16 @@
1
1
# Structure
2
2
3
-
## Report
3
+
## JSON Report
4
4
5
5
The `drowser-reports.json` file provides a comprehensive overview of the test execution metrics and individual test case details. This file is generated after running your tests and can be used to analyze the results and performance of your test suite.
6
6
7
7
You can import the `drowser-reports.json` file into the [Drowser Studio](https://drowser.kinotio.io/) to visualize and analyze the metrics for each test case. This helps in identifying issues, understanding test coverage, and improving the overall quality of your test suite.
8
8
9
-
For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), refer to the [Drowser Studio Repository](https://github.com/kinotio/drowser-studio).
9
+
For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), refer to the [Drowser Studio Repository](https://github.com/kinotiodotio/drowser-studio).
10
10
11
-
###Report Structure
11
+
## Report Structure
12
12
13
13
-**Metrics**: High-level summary of the test execution.
14
-
15
14
-**Total Tests**: The total number of tests executed.
16
15
-**Passing Tests**: The number of tests that passed.
17
16
-**Failed Tests**: The number of tests that failed.
@@ -20,7 +19,6 @@ For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), re
20
19
-**Flaky Tests**: The number of tests that are inconsistent in their results.
21
20
22
21
-**Graphs**: Visual representation of the metrics over time.
23
-
24
22
-**Total Tests**: Monthly data showing the number of tests executed.
25
23
-**Passing Tests**: Monthly data showing the number of tests that passed.
26
24
-**Failed Tests**: Monthly data showing the number of tests that failed.
@@ -29,7 +27,6 @@ For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), re
29
27
-**Flaky Tests**: Monthly data showing the number of flaky tests.
30
28
31
29
-**Test Cases**: Detailed information about each test case executed.
32
-
33
30
-**ID**: Unique identifier for the test case.
34
31
-**Time**: Timestamp of when the test was executed.
35
32
-**Average Duration**: Average time taken for the test case.
@@ -47,4 +44,4 @@ For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), re
47
44
-**Browser**: The browser used for the test execution.
48
45
49
46
-**Metadata**: Additional information about the test execution.
50
-
-**Cur
47
+
-**Current Month**: The current month of the test execution.
0 commit comments