Problem/Motivation
Behat execution doesn’t work locally.
It seems that some parts of the Behat tests are outdated and no one used them.
But there is quite a good code coverage we can receive just by fixing the execution problems.
Readme doc is also outdated README.md:
- Behat dependencies declared in README.md are not actual.
- db.sqlite db dump is not stored in the project and is not used.
Steps to reproduce
Open the README.md file and follow the TESTING section instructions.
Proposed resolution
- Fix Behat tests execution
- Update README.md documentation
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Screenshot 2024-01-16 at 17.20.10.png | 295.63 KB | kufliievskyi |
Issue fork permissions_by_term-3415025
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kufliievskyi commentedTesting steps
Behat execution command example:
bin/behat --config=behat.yml --colors --stop-on-failure ./web/modules/contrib/permissions_by_term/tests/src/Behat/FeaturesComment #5
marcoliverLooks good, thanks!
Comment #7
marcoliver