Behat - format output on long step name

64 Views Asked by At

I'm using behat/mink calling the And I should see "A reaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaally long string step, and the output is getting formmatted weird because it aligns to that long strong:

    And I should see "normal string"                                 # MyName
space\MySubNamespace\MyContext::assertPageContains()
    And I should see "A reaaaaaaaaaaaaaaaaaaaaaaaaaally long string" # MyName
space\MySubNamespace\MyContext::assertPageContains()

Is there any option to fix this somehow?

0

There are 0 best solutions below