Skip to content

Commit d235366

Browse files
fix: fix typo in readme and license (#119)
* 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>
1 parent 42f412e commit d235366

File tree

2 files changed

+3
-24
lines changed

2 files changed

+3
-24
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 kinotio
3+
Copyright (c) 2025 kinotio.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,13 @@ driver({ browser: "chrome" })
6868
];
6969
})
7070
.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 = await builder.getTitle();
79-
assert.assertEquals(title, "Drowsers");
80-
},
81-
},
82-
{
83-
name: "Verify Title",
84-
fn: async ({ builder, assert }) => {
85-
const title = await builder.getTitle();
86-
assert.assertEquals(title, "Drowser");
87-
},
88-
},
89-
];
90-
})
91-
.catch((error) => console.log(error));
9271
```
9372

9473
## Drowser Studio
9574

9675
> Note: The `Drowser Studio` is a community-driven project and is open-source.
9776
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.
9978

10079
Import this reports inside of the studio to visualize all the metrics for main cases or each test case
10180

@@ -105,7 +84,7 @@ The `drowser-reports.json` file provides a comprehensive overview of the test ex
10584

10685
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.
10786

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/).
10988

11089
### Report Structure
11190

0 commit comments

Comments
 (0)