Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Generate backstop references by scenario #88

Closed franrou closed 1 year ago

franrou commented 1 year ago

Update the make backstop-references command to allow filter by scenario name and only generate the references for the targeted scenario

make backstopjs-reference [scenario-name]

Eduardo-Morales-Alberti commented 1 year ago

@franrou could you add documentation on how to generate the reference?

franrou commented 1 year ago

@Eduardo-Morales-Alberti done

jorgetutor commented 1 year ago

@franrou could you please remark in the documentation that this extra parameter is optional and that will generate all without it?

Eduardo-Morales-Alberti commented 1 year ago

@jorgetutor Changes applied, could you review them?

Eduardo-Morales-Alberti commented 1 year ago

Pending to add the filter also to test cc @franrou

franrou commented 1 year ago

@Eduardo-Morales-Alberti Filter parameter was added to to the backstopjs-test command

Ready to review