Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProjectPathUtil

Hierarchy

  • ProjectPathUtil

Index

Constructors

constructor

Properties

Private _e2eTests

_e2eTests: string

Private appRoot

appRoot: string

e2eTests

e2eTests: Path = new Path(this.root, this._e2eTests)

generatedPageObjects

generatedPageObjects: Path = new Path(this.pageObjects, '/generated')

pageObjects

pageObjects: 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

    Returns Path

Generated using TypeDoc