Module: classicRun

Represents a Job Run page on classic Jenkins

Methods


<inner> navigateToRun(jobName, runId)

Navigate to a Job run page.

Parameters:
Name Type Description
jobName String

name of the job.

runId String

The run Id of the run on the job.

Returns:

self - nightwatch page object

Type
Object