pact-foundation / pact-php

PHP version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project
Apache License 2.0
273 stars 92 forks source link

ci(compatibility-suite): Force output colors for behat #500

Closed tienvx closed 8 months ago

tienvx commented 8 months ago
      --colors                           Force ANSI color in the output. By default color support is
                                         guessed based on your platform and the output if not specified.

Currently it guessed that github actions does not support color. So I have to force it to make it easier to see the results (which step pass, which fail)