Provides Behat steps for Drupal Paragraphs module
composer require dennisdigital/behat-drupal-paragraphs:~1.0.0
Add the context under contexts: DennisDigital\Behat\Drupal\Paragraphs\Context\ParagraphsContext
Given I add the following paragraph to field "fieldname":
Given I add the following paragraph to field "fieldname" on term:
Given I add the following paragraph to field "fieldname" on paragraph "name":
Given I add the following paragraphs to field "fieldname":
Given I add the following paragraphs to field "fieldname" on paragraph "name":
See examples on features folder.