thinkshout / drupal-project

:rocket: Composer template for Drupal projects. Quick installation via "composer create-project thinkshout/drupal-project"
5 stars 1 forks source link

Output behat results in format CircleCI likes for tests run on CI #50

Closed tauno closed 1 year ago

tauno commented 5 years ago

Look at https://github.com/leymannx/drupal-circleci-behat/blob/develop/.circleci/config.yml#L86-L92 and try to do something similar. I believe this will output nicer test data in the CircleCI failure reports. Might require updating the robo-drupal test command.

Next steps

tauno commented 5 years ago

These changes on NCYL https://github.com/thinkshout/ncyl/commit/829e2554bdf97da2a519772fea7117073910180f result in this nicer output of failures: image

mariacha commented 1 year ago

I've moved this to https://github.com/thinkshout/support/issues/78 so am closing.