Skip to content

Commit

Permalink
Run Publishing E2E Tests as part of a build
Browse files Browse the repository at this point in the history
This change will cause [Publishing End-to-end Tests][e2e-tests] to run
once the initial unit tests for this build has passed and will be
triggered as a dependent build.

These are used to test that none of the changes made in a commit to this
repo don't break the tech stack or break the end-to-end tests
environment.

The End-to-end tests take approximately 4/5 minutes to run and will make
it slower to get a passing build.

[e2e-tests]: https://github.com/alphagov/publishing-e2e-tests
  • Loading branch information
kevindew committed Oct 9, 2017
1 parent 4f5b35a commit 086d6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ node {
govuk.runTests("spec:javascript")
}
},
publishingE2ETests: true,
)
}

0 comments on commit 086d6a8

Please sign in to comment.