add webdriverio framework
This commit is contained in:
parent
189662b9e0
commit
14beef39c2
9 changed files with 409 additions and 2 deletions
7
test/objects/timelines.ts
Normal file
7
test/objects/timelines.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Page from "./page";
|
||||
|
||||
export class IndexPage extends Page {
|
||||
public static async open(path: string) {
|
||||
return await super.open(path);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue