Skip to content

Commit

Permalink
Merge pull request #886 from gemini-testing/INFRADUTY-26732.export_key
Browse files Browse the repository at this point in the history
feat: export Key from webdriverio
  • Loading branch information
KuznetsovRoman authored Mar 26, 2024
2 parents 3e3078a + 57e345e commit dbcbebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "expect-webdriverio";

import { GlobalHelper } from "./types";
export { Hermione as default } from "./hermione";
export { Key } from "webdriverio";

export type { WdioBrowser, TestResult, Test, Suite, TestError, AssertViewOpts } from "./types";
export type { Config } from "./config";
Expand Down

0 comments on commit dbcbebf

Please sign in to comment.