-
-
Notifications
You must be signed in to change notification settings - Fork 940
Closed
Labels
Description
Hello,
As a contributor, the fact that tests don't respect FIRST principle was a pain. This should be fixed one way or another so here is the issue about.
Here is an example of failure:
./vendor/bin/behat features/main/configurable.feature:6
./vendor/bin/behat features/main/content_negotiation.feature:24Executing these 2 tests make the second fail, while if you run the full test suite, you'll get a success. (this is only 1 example in the middle of hundreds)
Another huge problem is the amount of memory the behat test consumes: as tests are not independents you expect to not have to run the full test suite.. Especially because it takes too much memory to execute.