Module: smoke

TEST: basic tests around the pipeline. This includes creating and running a pipeline job, validating the activity view for empty and populated state. Further we validate the detail page with very basic matchers. We then try to press the "run" button on the activities tab and validate the Toast.

Methods


<static> "Step 01"(browser)

Create Pipeline Job

Parameters:
Name Type Description
browser

<static> "Step 02"(browser)

Check Job on Blue Ocean Pipelines Page

Parameters:
Name Type Description
browser

<static> "Step 03"(browser)

Check Job Blue Ocean Pipeline Activity Page is empty

Parameters:
Name Type Description
browser

<static> "Step 04"(browser)

Build Pipeline Job

Parameters:
Name Type Description
browser

<static> "Step 05"(browser)

Check Job Blue Ocean Pipeline Activity Page has run

Parameters:
Name Type Description
browser

<static> "Step 06"(browser)

Check Job Blue Ocean Pipeline run detail page

Parameters:
Name Type Description
browser

<static> "Step 07"(browser)

On Activity Page click the run button, then click the open in toast and then validate that we are on the detail page. Regression test @see JENKINS-38240

Parameters:
Name Type Description
browser