Behat run only the first feature files

Created on 11 Jun 2020  路  6Comments  路  Source: Behat/Behat

Hello,
I am expecting an issue when I run my features, only the first file is executed all the other files are ignored, no errors in the console, very strange behaviour

I am currently updating my Symfony version from 4.3.9 to 4.4.9 and the dependencies.
I used behat on a other project with SYmfony 4.4.9 and no problems.

I don't have any idea which dependencies generate the problem.
I downgrade to an older version, same things, remove and reinstall behat too

Behat: 3.7.0
Symfony: 4.4.9

Most helpful comment

@nathansalter It seems to be the reason we are currently running sentry on 2.3.2 instead of 2.4 !

All 6 comments

Without a reproducing case, I fear we won't be able to help you.

I know, I know, I am currently finding the dependencies which broke behat. If I found the right depedencies, I will update this issue

Also getting this issue. After checking all 200 dependencies of our project it turns out that sentry/sentry version 2.4.0 is causing this issue for us. Locking this to 2.3.2 fixed the issue for us.

@nathansalter It seems to be the reason we are currently running sentry on 2.3.2 instead of 2.4 !

:pray: Good catch, several hours on this until I found this issue! Upgrade sentry/sentry to 2.4.1 resolves the bug. Thanks!

Note: for us it stopped the behat suite (8 ran scenarios) at the first (handled) error (i.e. catching a 400) only in our CI (Gitlab CI) but worked completely in local (108 ran scenarios).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RynnHeldeD picture RynnHeldeD  路  5Comments

diamondsea picture diamondsea  路  6Comments

patxi1980 picture patxi1980  路  9Comments

DavidGarciaCat picture DavidGarciaCat  路  8Comments

stof picture stof  路  5Comments