Skip to content

Commit

Permalink
Merge pull request #920 from gemini-testing/sp.fixDocsAboutVersions
Browse files Browse the repository at this point in the history
docs: fix typos about the package version
  • Loading branch information
sipayRT committed Apr 25, 2024
2 parents 04c2c2a + bf56c2e commit 08cbe17
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,7 +88,7 @@ The documentation is divided into several sections:

## Rename from "Hermione"

This project was formerly known as "Hermione", but eventually some copyright and trademark issues surfaced, leading to the decision to rebrand. After some discussion, we settled on "Testplane" as the official new title. We've tailored Testplane `v1` to be a drop-in replacement for Hermione `v8`.
This project was formerly known as "Hermione", but eventually some copyright and trademark issues surfaced, leading to the decision to rebrand. After some discussion, we settled on "Testplane" as the official new title. Considering this change as merely a rebranding, we've proceeded with the existing version count instead of starting anew. Thus, Testplane `v8.x` is a drop-in replacement for Hermione `v8.x`.

Learn more about migration from Hermione to Testplane in [the Docs](docs/migration-from-hermione.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/commands.md
Expand Up @@ -39,7 +39,7 @@ it('test', async ({ browser }) => {

#### moveCursorTo

> This command is temporary and will be removed in the next major (`testplane@1`). Differs from the standard [moveTo](https://webdriver.io/docs/api/element/moveTo/) in that it moves the cursor relative to the top-left corner of the element (like it was in `hermione@7`).
> This command is temporary and will be removed in the next major (`testplane@9.x`). Differs from the standard [moveTo](https://webdriver.io/docs/api/element/moveTo/) in that it moves the cursor relative to the top-left corner of the element (like it was in `hermione@7`).
Move the mouse by an offset of the specified element. If offset is not specified then mouse will be moved to the top-left corder of the element.

Expand Down
4 changes: 2 additions & 2 deletions docs/migration-from-hermione.md
Expand Up @@ -2,7 +2,7 @@

<!-- DOCTOC SKIP -->

Testplane@1 is backward compatible with Hermione@8.
Testplane@8.x is backward compatible with Hermione@8.

To migrate from Hermione to Testplane you need to:
- Replace hermione deps with tesplane in package.json (`npm uninstall hermione && npm install -D testplane`);
Expand All @@ -12,7 +12,7 @@ To migrate from Hermione to Testplane you need to:
- `require("hermione")` -> `require("testplane")`
- `declare module "hermione"` -> `declare module "testplane"`

Other than that, everything should be fine. Hermione plugins are fully compatible with Testplane@1.
Other than that, everything should be fine. Hermione plugins are fully compatible with Testplane@8.x.

Optional changes list. These are not required, but recommended:
- Use `testplane` binary instead of `hermione` binary;
Expand Down

0 comments on commit 08cbe17

Please sign in to comment.