Releases: ddev/ddev-selenium-standalone-chrome
Release list
2.2.1
2.2.0
What's Changed
- Move configuring W3C compliance section to install steps by @mxr576 in #86
- Make Behat support official by @mxr576 in #87
Full Changelog: 2.1.3...2.2.0
Behat
Behat support is now officially supported for Drupal 10 and 11 projects.
The default setup is designed to work with zero environment-specific configuration in most cases. If your project follows standard Drupal and Behat conventions, you should be able to run tests without custom Selenium host configuration, browser capabilities, or path overrides.
See the Behat fixture setup and reference configuration used by the automated test suite:
- Fixture project: tests/fixtures/behat
- Test bootstrap configuration: tests/test.bats#L45-L47
- Runtime assertions: tests/test.bats#L93-L94
By default, feature files are expected to live in: [project_root]/behat
If your project uses a different directory structure, you can still customize Behat path mapping as needed.
Feedback is welcome, especially if you run into edge cases or environment-specific issues.
1.3.0
2.1.3
2.1.2
What's Changed
- fix: correct access mode on approot volume. #80 by @blairlearn in #81
- Disable DTT test as it is repeatedly failing by @weitzman in #83
New Contributors
- @blairlearn made their first contribution in #81
Full Changelog: 2.1.1...2.1.2