Skip to content

Instantly share code, notes, and snippets.

@bamchoh
Created February 11, 2020 16:09
Show Gist options
  • Save bamchoh/b4f0919dd23c7053b14c95b115e69cc0 to your computer and use it in GitHub Desktop.
Save bamchoh/b4f0919dd23c7053b14c95b115e69cc0 to your computer and use it in GitHub Desktop.
テストケースをYAMLとMarkdownで記述する
Title:
Test001
TestSuite:
Suite001/SubSuite001
Summary: |
This is summary
Preconditions: |
# This is preconditions
# This is preconditions
# This is preconditions
# This is preconditions
TestSteps: |
# This is test steps
# This is test steps
# This is test steps
# This is test steps
# This is test steps
ExpectedResults: |
# This is expected results
# This is expected results
# This is expected results
# This is expected results
# This is expected results
# This is expected results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment