From 75f11e2cc3b5d1c0fb721889e74cfa8bc9fb1497 Mon Sep 17 00:00:00 2001 From: Haritiana Date: Mon, 17 Feb 2025 11:11:19 +0300 Subject: [PATCH 1/3] fix: fix typo in readme and license --- LICENSE | 2 +- README.md | 23 +++-------------------- 2 files changed, 4 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index bc0bd30..845cb6f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 kinotio +Copyright (c) 2025 kinotio.io Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index d128cda..5968814 100644 --- a/README.md +++ b/README.md @@ -69,26 +69,9 @@ driver({ browser: "chrome" }) }) .catch((error) => console.log(error)); -driver({ browser: "firefox" }) - .then(({ service }) => { - service.cases = [ - { - name: "Verify Failed Title", - fn: async ({ builder, assert }) => { - const title = await builder.getTitle(); - assert.assertEquals(title, "Drowsers"); - }, - }, - { - name: "Verify Title", - fn: async ({ builder, assert }) => { - const title = await builder.getTitle(); - assert.assertEquals(title, "Drowser"); - }, - }, - ]; - }) - .catch((error) => console.log(error)); + + + ``` ## Drowser Studio From 621336e009a523aebe2a5443a9e8559279e080ef Mon Sep 17 00:00:00 2001 From: Ando Date: Mon, 17 Feb 2025 11:16:56 +0300 Subject: [PATCH 2/3] fix: unused space on doc usage --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5968814..c2a9ed1 100644 --- a/README.md +++ b/README.md @@ -68,10 +68,6 @@ driver({ browser: "chrome" }) ]; }) .catch((error) => console.log(error)); - - - - ``` ## Drowser Studio From 7bc0dea4bb62664025a55e26e226e468cca54566 Mon Sep 17 00:00:00 2001 From: Ando Date: Mon, 17 Feb 2025 11:18:53 +0300 Subject: [PATCH 3/3] fix: update link to drowser studio on doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2a9ed1..4d759e4 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ driver({ browser: "chrome" }) > Note: The `Drowser Studio` is a community-driven project and is open-source. -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 +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. Import this reports inside of the studio to visualize all the metrics for main cases or each test case @@ -84,7 +84,7 @@ The `drowser-reports.json` file provides a comprehensive overview of the test ex 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. -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). +For more details on how to use [Drowser Studio](https://drowser.kinotio.io/). ### Report Structure