Skip to content

Instantly share code, notes, and snippets.

@vchudnov-g
Created September 18, 2019 20:46
Show Gist options
  • Save vchudnov-g/dc51f74e2aefbf1e81f96666895a0272 to your computer and use it in GitHub Desktop.
Save vchudnov-g/dc51f74e2aefbf1e81f96666895a0272 to your computer and use it in GitHub Desktop.
type: manifest/samples
schema_version: 3
base: &common
env: 'java'
bin: 'echo mvn exec:java -q -D{sample} -Dexec.args=@args'
chdir: '{@manifest_dir}/../..'
basepath: '.'
samples:
- <<: *common
path: '{basepath}/src/main/java/com/google/cloud/examples/speech/v1/SpeechTranscribeAsyncWordTimeOffsetsGcs.java'
sample: 'first'
---
type: test/samples
schema_version: 1
test:
suites:
- name: "Reproduce error"
setup:
teardown:
cases:
- name: "Quoted args"
spec:
- log:
- "Using manifest from @manifest_source"
call:
sample: first
params:
content:
literal: alpha
text:
literal: "beta"
idea:
literal: gamma
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment