FriendsOfBehat / ExcludeSpecificationsExtension

[WIP] :water_buffalo: Allows to skip specific features or scenarios while executing Behat tests.
MIT License
11 stars 6 forks source link

Fixing exclusions and adding support for php 8 #25

Closed loic425 closed 3 years ago

loic425 commented 3 years ago

FeatureNode->getFile() returns an absolute path, so the current implementation does not work anymore.

loic425 commented 3 years ago

@pamil A first pull request to fix the current implementation and allow php 8. I introduced the github action configuration but the CI doesn't start so I kept the Travis CI for now.

I plan to improve the exclusion on a next PR.