multiplepystrings.yml 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. feature:
  2. title: A multiple py string feature
  3. line: 1
  4. language: en
  5. description: ~
  6. scenarios:
  7. -
  8. type: scenario
  9. title: ~
  10. line: 3
  11. steps:
  12. -
  13. keyword_type: When
  14. type: When
  15. text: I enter a string
  16. line: 4
  17. arguments:
  18. -
  19. type: pystring
  20. text: |-
  21. -
  22. a string
  23. with something
  24. be
  25. a
  26. u
  27. ti
  28. ful
  29. -
  30. keyword_type: Then
  31. type: Then
  32. text: String must be
  33. line: 15
  34. arguments:
  35. -
  36. type: pystring
  37. text: |-
  38. -
  39. a string
  40. with something
  41. be
  42. a
  43. u
  44. ti
  45. ful