Skip to content

Commit

Permalink
feat: add ability to extend "hermione" global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Apr 3, 2024
1 parent 4523c88 commit f4c0cec
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ import { GlobalHelper } from "./types";
export { Hermione as default } from "./hermione";
export { Key } from "webdriverio";

export type { WdioBrowser, TestResult, Test, Suite, TestError, AssertViewOpts, HermioneCtx } from "./types";
export type {
WdioBrowser,
TestResult,
Test,
Suite,
TestError,
AssertViewOpts,
HermioneCtx,
GlobalHelper,
} from "./types";
export type { Config } from "./config";
export type { ConfigInput } from "./config/types";
export type { TestCollection } from "./test-collection";
Expand Down

0 comments on commit f4c0cec

Please sign in to comment.