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
* fix: fix typo in readme and license
* fix: unused space on doc usage
* fix: update link to drowser studio on doc
---------
Co-authored-by: Ando <aramanamihanta@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+2-23Lines changed: 2 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,34 +68,13 @@ driver({ browser: "chrome" })
68
68
];
69
69
})
70
70
.catch((error) =>console.log(error));
71
-
72
-
driver({ browser: "firefox" })
73
-
.then(({ service }) => {
74
-
service.cases= [
75
-
{
76
-
name: "Verify Failed Title",
77
-
fn: async ({ builder, assert }) => {
78
-
const title =awaitbuilder.getTitle();
79
-
assert.assertEquals(title, "Drowsers");
80
-
},
81
-
},
82
-
{
83
-
name: "Verify Title",
84
-
fn: async ({ builder, assert }) => {
85
-
const title =awaitbuilder.getTitle();
86
-
assert.assertEquals(title, "Drowser");
87
-
},
88
-
},
89
-
];
90
-
})
91
-
.catch((error) =>console.log(error));
92
71
```
93
72
94
73
## Drowser Studio
95
74
96
75
> Note: The `Drowser Studio` is a community-driven project and is open-source.
97
76
98
-
Each test case is saved inside the `drowser-reports.json` file , and this file is exploitable inside the `Drowser Studio` who is developed by the `Kinotio` Team in this [repo](https://github.com/kinotio/drowser-studio) , who is open-source
77
+
Each test case is saved inside the `drowser-reports.json` file , and this file is exploitable inside the `Drowser Studio` who is developed by the `Kinotio` Team in this [here](https://drowser.kinotio.io) , who is Sass platform to visualize all the metrics of the test cases.
99
78
100
79
Import this reports inside of the studio to visualize all the metrics for main cases or each test case
101
80
@@ -105,7 +84,7 @@ The `drowser-reports.json` file provides a comprehensive overview of the test ex
105
84
106
85
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.
107
86
108
-
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).
87
+
For more details on how to use [Drowser Studio](https://drowser.kinotio.io/).
0 commit comments