Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-47749

End-to-end test case for creating parallel pipelines via the editor

XMLWordPrintable

    • Blue Ocean 1.4 - beta 2

      Summary:
      GithubEditorTest.java features an end to end test for creation of a simple pipeline. Since Declarative now supports parallel execution of stages, some editor flows have been added. An automated test should be implemented to run through this flow.

      Details:

      • EditorPage.java could have a method added to it, called testEditorParallel(String newBranch), much like the existing testEditor(String newBranch) method. testEditorParallel would go through the steps of creating a Pipeline which includes parallel stages.
      • A second test, very much like the existing testEditor(), could then be implemeted, which calls the newly created testEditorParallel(String branchName) method.

            kshultz Karl Shultz
            kshultz Karl Shultz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: