Read more

How to fill in multiple lines in a textarea with cucumber

Natalie Zeumann
June 28, 2018Software engineer at makandra GmbH

If you want to fill in textareas with multiple lines of text (containing line breaks / new lines) you can use Cucumber's docstrings Show archive.org snapshot :

And I fill in "Comment" with:

"""
This is a long comment.
With multiple lines.

And paragraphs.
"""
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

The step definition is part of the spreewald Show archive.org snapshot gem

Posted by Natalie Zeumann to makandra dev (2018-06-28 09:27)