Skip to content

Instantly share code, notes, and snippets.

@danielplawgo
Last active January 14, 2021 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielplawgo/5eb6d54481a678f91fe0d43d9ac02302 to your computer and use it in GitHub Desktop.
Save danielplawgo/5eb6d54481a678f91fe0d43d9ac02302 to your computer and use it in GitHub Desktop.
Karate - uruchamianie testów w Azure DevOps
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.Repository.LocalPath)/Tests'
artifact: 'Tests'
curl -L https://github.com/intuit/karate/releases/download/v0.9.6/karate-0.9.6.jar --output karate.jar
java -jar karate.jar -t ~@ignore src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment