@@ -21,9 +21,9 @@ A easy way to implement and write Selenium with TypeScript using Deno 🦕
2121
2222## Configuration
2323
24- Create a drowser.json in root directory and define some configuration like this:
24+ Create a drowser.json in the root directory and define some configuration like this:
2525
26- - ` url ` : The url of platform or website that need to be test
26+ - ` url ` : The URL of platform or website that needs to be tested
2727
2828``` json
2929{
@@ -41,9 +41,9 @@ deno install --allow-scripts
4141
4242## Usage
4343
44- In test file , Define a sample test like this:
44+ In the test file, define a sample test like this:
4545
46- With this test we only test this sample code inside a Chrome , Firefox but create a test for another web browser like Edge, Safari 🚀
46+ With this test, we only test this sample code inside a Chrome, Firefox but create a test for another web browser like Edge, Safari 🚀
4747
4848``` ts
4949import { driver } from " https://deno.land/x/drowser@v0.1.6/mod.ts" ;
@@ -110,6 +110,7 @@ For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), re
110110### Report Structure
111111
112112- ** Metrics** : High-level summary of the test execution.
113+
113114 - ** Total Tests** : The total number of tests executed.
114115 - ** Passing Tests** : The number of tests that passed.
115116 - ** Failed Tests** : The number of tests that failed.
@@ -118,6 +119,7 @@ For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), re
118119 - ** Flaky Tests** : The number of tests that are inconsistent in their results.
119120
120121- ** Graphs** : Visual representation of the metrics over time.
122+
121123 - ** Total Tests** : Monthly data showing the number of tests executed.
122124 - ** Passing Tests** : Monthly data showing the number of tests that passed.
123125 - ** Failed Tests** : Monthly data showing the number of tests that failed.
@@ -126,6 +128,7 @@ For more details on how to use [Drowser Studio](https://drowser.kinotio.io/), re
126128 - ** Flaky Tests** : Monthly data showing the number of flaky tests.
127129
128130- ** Test Cases** : Detailed information about each test case executed.
131+
129132 - ** ID** : Unique identifier for the test case.
130133 - ** Time** : Timestamp of when the test was executed.
131134 - ** Average Duration** : Average time taken for the test case.
0 commit comments