Skip to content

Commit

Permalink
Merge pull request #134 from LeastAuthority/add-wdio-types
Browse files Browse the repository at this point in the history
Add @wdio/types package
  • Loading branch information
donpui authored Jan 20, 2023
2 parents 99d9cc1 + 9fd6022 commit fb61c49
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
36 changes: 36 additions & 0 deletions client-e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@wdio/local-runner": "^7.19.7",
"@wdio/mocha-framework": "^7.19.7",
"@wdio/spec-reporter": "^7.19.7",
"@wdio/types": "^8.1.2",
"ts-node": "^10.8.0",
"typescript": "^4.7.2"
},
Expand Down
1 change: 0 additions & 1 deletion client-e2e/test/wdio.CI.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import type { Options } from "@wdio/types";
import { execSync } from "child_process";
import * as fs from "fs";
import * as fsExtra from "fs-extra";

global.downloadDirBrowser = "/home/seluser/downloads";
Expand Down
1 change: 0 additions & 1 deletion client-e2e/test/wdio.conf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { Options } from "@wdio/types";
import { execSync } from "child_process";
import * as fs from "fs";
import * as fsExtra from "fs-extra";

global.downloadDirBrowser = "/home/seluser/downloads";
Expand Down

0 comments on commit fb61c49

Please sign in to comment.