- Fix form steps to accept a timeout ("within X seconds"). [ggozad]
3.1.4
------------------
- Require python 3.9 as minimum python version instead of 3.10. [ggozad]
- Reduce docker image size. [ggozad]
- Add 'When the field "{name}" is checked' step. Add 'When the field "{name}" is unchecked' step. Add 'Then the selection "{name}" should have the options "{values}" selected' step. [ggozad]
3.1.3
------------------
- Provide useful error messages on asserts. [ggozad]
3.1.2
------------------
- Respect base_url when opening new windows. Fixes 129 [ggozad]
- Use gherkin-lint for linting .feature files. [ggozad]
3.1.1
------------------
- behaving now a Docker-sponsored project. [ggozad]
- Add timeout for field value. [mceike, ggozad]
- Do not use step decorator, be explicit about the step type. [ggozad]