Skip to content

Commit ceec8cd

Browse files
committed
fix: conflict on drowser _meta
2 parents 2acb3f3 + 374701c commit ceec8cd

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
[GitHub Issues](https://github.com/kinotio/docs/issues). All
63+
[GitHub Issues](https://github.com/kinotiodotio/docs/issues). All
6464
complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the
@@ -129,4 +129,5 @@ For answers to common questions about this code of conduct, see the FAQ at
129129
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130130
[Mozilla CoC]: https://github.com/mozilla/diversity
131131
[FAQ]: https://www.contributor-covenant.org/faq
132-
[translations]: https://www.contributor-covenant.org/translations
132+
[translations]: https://www.contributor-covenant.org/translations
133+

src/pages/docs/drowser/features.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Features
2+
3+
- Easy handling on driver side web browser to isolate each test ✅.
4+
- Get a daily log file to check all test process if passed or failed ✅.
5+
- Export each test case inside the reports ✅.
6+

src/pages/docs/drowser/index.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
1-
# Setup and Install
1+
# Installation
22

33
A easy way to implement and write Selenium with TypeScript using Deno 🦕
44

5-
## Features
6-
7-
- Easy handling on driver side web browser to isolate each test ✅.
8-
- Get a daily log file to check all test process if passed or failed ✅.
9-
- Export each test case inside the reports ✅.
10-
11-
## Installation
125

136
Install dependencies using Deno with this command:
147

src/pages/docs/drowser/structure.mdx renamed to src/pages/docs/drowser/report-structure.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Structure
22

3-
## Report
3+
## JSON Report
44

55
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.
66

77
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.
88

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).
1010

11-
### Report Structure
11+
## Report Structure
1212

1313
- **Metrics**: High-level summary of the test execution.
14-
1514
- **Total Tests**: The total number of tests executed.
1615
- **Passing Tests**: The number of tests that passed.
1716
- **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
2019
- **Flaky Tests**: The number of tests that are inconsistent in their results.
2120

2221
- **Graphs**: Visual representation of the metrics over time.
23-
2422
- **Total Tests**: Monthly data showing the number of tests executed.
2523
- **Passing Tests**: Monthly data showing the number of tests that passed.
2624
- **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
2927
- **Flaky Tests**: Monthly data showing the number of flaky tests.
3028

3129
- **Test Cases**: Detailed information about each test case executed.
32-
3330
- **ID**: Unique identifier for the test case.
3431
- **Time**: Timestamp of when the test was executed.
3532
- **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
4744
- **Browser**: The browser used for the test execution.
4845

4946
- **Metadata**: Additional information about the test execution.
50-
- **Cur
47+
- **Current Month**: The current month of the test execution.

0 commit comments

Comments
 (0)