howitzer icon indicating copy to clipboard operation
howitzer copied to clipboard

A Ruby-based framework for acceptance testing

Results 13 howitzer issues
Sort by recently updated
recently updated
newest added

Remove monkey patch capybara_methods_proxy.rb after fixing the bugs in selenium-webdriver / capybara.

Selenium deprecated a lof of errors to comply with W3C specification starting from version [3.141.592](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES#L67) Current test runs on selenium-webdriver 3.141.592 and up, produce a lof of deprecation warnings from...

Support

## Meta Howitzer Version: 2.1.1 Driver and browser information: selenium 3.8.0 ## Expected Behavior It should work on mobile browsers too. ## Actual Behavior Tests don't run on iPad whereas...

https://blog.travis-ci.com/2018-05-02-open-source-projects-on-travis-ci-com-with-github-apps?utm_source=Broadcast&utm_campaign=2may_release

## Meta Howitzer Version: 2+ ### Motivation There is a rule of thumb during working with page object pattern - concentrate on feature needs during development and do not create...

enhancement

## Meta Howitzer Version: 2+ Regarding Howitzer and Page Object Pattern conception it is forbidden to work with low level ui elements (Capybara elements) on step definitions layer. Instead of...

enhancement

:robot: I have created a release *beep* *boop* --- ## [2.5.1](https://github.com/strongqa/howitzer/compare/v2.5.0...v2.5.1) (2022-09-21) ### Bug Fixes * Section method typo ([#318](https://github.com/strongqa/howitzer/issues/318)) ([984deeb](https://github.com/strongqa/howitzer/commit/984deebe817d27278b93517b3f0e1338af25128a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See...

autorelease: pending

Is there any chance of having an officially supported Docker image on DockerHub? One that comes with all the dependencies needed, ready to be executed? With such [a long dependencies...

## Meta Howitzer Version: 2.6.1 Gem Versions: - cuke_sniffer (1.1.0) - roxml (3.3.1) ## Expected Behavior With a cucumber project, it should boot (via `rake features`) ## Actual Behavior ```...