Skip to content

Instantly share code, notes, and snippets.

@pvhee
Created January 30, 2019 14:33
Show Gist options
  • Save pvhee/a6c6fec22d1872f28349075d71548e5a to your computer and use it in GitHub Desktop.
Save pvhee/a6c6fec22d1872f28349075d71548e5a to your computer and use it in GitHub Desktop.
feature-test (Concourse CI job)
- name: feature-test
serial: true
plan:
- aggregate:
- get: spa-giftaid
passed: [deploy-staging]
trigger: true
- get: bootstrap
- task: 'Run feature tests'
file: bootstrap/scripts/cypress/cypress.yml
input_mapping:
repository: spa-giftaid
build-tools: bootstrap
on_failure:
put: slack-alert
params:
channel: 'concourse-sandbox'
icon_url: https://avatars1.githubusercontent.com/u/7809479?v=3&s=200
text: |
>>> Feature tests have failed. Please check: (<https://ci.sandbox.comicrelief.com/teams/main/pipelines/$BUILD_PIPELINE_NAME/jobs/$BUILD_JOB_NAME/builds/$BUILD_NAME|Task output>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment