Constructors
constructor
-
Parameters
-
appRoot: string
-
_e2eTests: string
Properties
Private _e2eTests
_e2eTests: string
Private appRoot
appRoot: string
e2eTests
e2e
Tests: Path = new Path(this.root, this._e2eTests)
generatedPageObjects
generated
PageObjects: Path = new Path(this.pageObjects, '/generated')
pageObjects
page
Objects: Path = new Path(this.e2eTests, '/page-objects')
root
root
: Path = new Path(undefined, this.appRoot)
Methods
createAllDirectories
- createAllDirectories(): void
getFilePath
- getFilePath(pageObjectName: string, instructPath: string | undefined, isExtendingPageObject: Boolean): Path
-
Parameters
-
pageObjectName: string
-
instructPath: string | undefined
-
isExtendingPageObject: Boolean