Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / petdance/test-www-mechanize issues and pull requests

#83 - content_contains.t fails under Windows

Issue - State: open - Opened by bhelterline over 2 years ago

#82 - Add optional die-and-dump on failures

Issue - State: open - Opened by petdance over 2 years ago
Labels: feature

#81 - Fix repository metadata

Pull Request - State: closed - Opened by haarg over 2 years ago - 1 comment

#80 - warning message on test imports

Issue - State: closed - Opened by emollier over 2 years ago - 1 comment

#79 - Fix "Odd number of elements in hash assignment" warning

Pull Request - State: closed - Opened by sunnavy over 2 years ago - 2 comments

#78 - Let caching be done at the object or global level

Issue - State: open - Opened by petdance almost 3 years ago
Labels: feature

#77 - content_is() dies when comparing content with non-ASCII chars in UTF-8

Issue - State: open - Opened by dboehmer about 3 years ago - 7 comments

#76 - Make implicit imports explicit

Pull Request - State: closed - Opened by oalders about 3 years ago - 1 comment

#75 - Add method to check all images in the page exist #17

Pull Request - State: closed - Opened by simbabque over 3 years ago - 17 comments

#74 - Tests fail and hang at t/click_ok.t on Perl 5.16.3 on CentOS 7

Issue - State: closed - Opened by dboehmer over 3 years ago - 1 comment

#73 - Allow use of CSS selectors to identify things in the DOM

Issue - State: open - Opened by petdance over 3 years ago
Labels: feature

#72 - Allow regexes in lacks_id_ok and lacks_ids_ok

Issue - State: open - Opened by petdance about 4 years ago
Labels: feature

#71 - Fix POD: use "list" instead of "array" when there is no arrayref

Pull Request - State: closed - Opened by dboehmer about 4 years ago - 1 comment

#70 - Fix POD and add default test names for button_exists methods

Pull Request - State: closed - Opened by dboehmer about 4 years ago - 1 comment

#69 - Make lacks_uncapped_inputs not use cmp_ok()

Issue - State: closed - Opened by petdance about 4 years ago - 1 comment
Labels: feature

#68 - Give lacks_uncapped_inputs() a default message

Issue - State: closed - Opened by petdance about 4 years ago - 1 comment
Labels: feature

#67 - Fixed pod error as reported by CPANTS.

Pull Request - State: closed - Opened by manwar over 5 years ago - 1 comment

#66 - Calls to `lacks_id_ok` and `id_exists_ok` give incorrect line numbers if called in a subtest

Issue - State: open - Opened by petdance almost 6 years ago - 2 comments
Labels: bug

#65 - Undefined subroutine &Test::WWW::Mechanize::assert_arrayref

Issue - State: closed - Opened by eserte about 6 years ago - 3 comments
Labels: bug

#64 - Make ->id_exists() use a parser rather than the id= shortcut

Issue - State: open - Opened by petdance about 6 years ago
Labels: bug

#63 - Test the subtest-based tests of ids_exist_ok and lacks_ids_ok in t/id_exists.t

Issue - State: open - Opened by petdance about 6 years ago
Labels: techdebt

#62 - Add validation of the requests in t/click_ok.t

Issue - State: open - Opened by petdance about 6 years ago
Labels: techdebt

#61 - Add a content_for_tidy() method

Issue - State: closed - Opened by petdance about 6 years ago - 1 comment
Labels: feature

#60 - Modified messages clearer for existence of optional module #59

Pull Request - State: closed - Opened by mschae94 over 6 years ago - 4 comments

#58 - Dependency on HTML::TreeBuilder not clear

Issue - State: closed - Opened by kentfredric almost 7 years ago - 1 comment

#57 - Required HTML::Form missing from Makefile

Issue - State: closed - Opened by grubert65 almost 7 years ago - 1 comment

#56 - fix missing closing parentheses in sample code

Pull Request - State: closed - Opened by moregan almost 7 years ago - 1 comment

#55 - Fix click_ok.t to work with http proxy env vars set

Pull Request - State: closed - Opened by cpansprout about 7 years ago - 5 comments

#54 - define test prereqs separately from runtime prereqs

Pull Request - State: closed - Opened by haarg about 7 years ago - 2 comments

#53 - ->post_ok won't pass headers

Issue - State: open - Opened by oalders over 7 years ago

#52 - $mech->lacks_uncapped_inputs() docs are wrong about return value

Issue - State: closed - Opened by petdance over 8 years ago - 1 comment
Labels: bug, docs

#51 - allow click_ok handle \$x & \$y optionally Issue #45

Pull Request - State: closed - Opened by marderh over 8 years ago - 4 comments

#50 - Add ->button_exists_ok() and ->lacks_button_ok()

Issue - State: closed - Opened by petdance over 8 years ago - 2 comments
Labels: feature

#49 - Make ->scraped_id_is( $id, undef ) throw an error

Issue - State: open - Opened by petdance over 8 years ago
Labels: feature

#48 - Add id_exists() and lacks_id() and id_exists_ok()

Issue - State: closed - Opened by petdance over 8 years ago - 3 comments
Labels: feature

#47 - scrape_text_by_id will not find IDs that are not in double quotes

Issue - State: closed - Opened by petdance over 8 years ago - 2 comments
Labels: bug

#46 - Add scraped_id_is and scraped_id_like

Issue - State: closed - Opened by petdance over 8 years ago - 2 comments
Labels: feature, bug

#45 - Allow click_ok() to handle the optional $x,$y that click() does

Issue - State: closed - Opened by petdance over 8 years ago - 1 comment
Labels: feature

#44 - Add a Travis badge to README.md

Pull Request - State: closed - Opened by oalders over 8 years ago - 2 comments

#43 - Have Travis install HTML::Lint before test run.

Pull Request - State: closed - Opened by oalders over 8 years ago

#42 - Add .travis.yml

Pull Request - State: closed - Opened by oalders over 8 years ago - 6 comments

#41 - Fix the bug tracker link in the META

Issue - State: closed - Opened by petdance over 8 years ago - 1 comment

#40 - get_ok (and possibly others) doesn't return false if the $url passed is undef

Issue - State: closed - Opened by castaway over 8 years ago - 1 comment
Labels: feature, bug

#39 - submit_form_ok succeeds even if disabled/readonly inputs were "changed"

Issue - State: open - Opened by Altreus almost 10 years ago
Labels: feature, bug

#38 - return 403 if file outside server root is requested (fix #33)

Pull Request - State: closed - Opened by tynovsky almost 10 years ago - 1 comment
Labels: bug

#37 - Added additional documentation about post_ok limitations.

Pull Request - State: closed - Opened by drzigman about 10 years ago - 5 comments
Labels: docs

#36 - Proposal to add header_exists and header_matches.

Pull Request - State: closed - Opened by ezarko about 10 years ago - 5 comments
Labels: feature

#35 - Add xml_lint_ok()

Issue - State: closed - Opened by p16i over 10 years ago - 2 comments
Labels: feature

#34 - Tests fail behind proxy

Issue - State: closed - Opened by petdance over 10 years ago - 3 comments
Labels: bug

#33 - TestServer.pm allows arbitrary downloads

Issue - State: closed - Opened by petdance over 10 years ago
Labels: bug

#32 - Support `delete_ok()` method

Pull Request - State: closed - Opened by moznion over 11 years ago - 2 comments
Labels: feature

#31 - inspect_visually - Inspect the html content in a browser whilst developping.

Pull Request - State: closed - Opened by jeteve over 11 years ago - 3 comments
Labels: feature

#30 - typo fix

Pull Request - State: closed - Opened by dsteinbrunner over 11 years ago - 1 comment

#29 - Add 2.20 dep to .t as well

Pull Request - State: closed - Opened by omega over 12 years ago - 1 comment

#28 - Give access to important post() functionality in post_ok()

Pull Request - State: closed - Opened by mdorman over 12 years ago
Labels: feature

#27 - particle's T:WWW:Mech win32 slashie fix

Pull Request - State: closed - Opened by particle over 12 years ago

#26 - Failure in revision e23af8f: tests on MSWin32

Issue - State: closed - Opened by particle over 12 years ago - 1 comment

#25 - Custom lint object doesn't get reset between uses

Issue - State: closed - Opened by petdance over 12 years ago - 1 comment

#24 - fixes for test failures

Pull Request - State: closed - Opened by trinitum almost 13 years ago - 1 comment

#23 - Add examples in docs for $mech->scrape_text_by_attr()

Issue - State: open - Opened by petdance almost 13 years ago
Labels: docs

#22 - Add tests for $mech->scraped_id_is()

Issue - State: closed - Opened by petdance almost 13 years ago - 1 comment
Labels: techdebt

#21 - Add tests for $mech->scrape_text_by_attr()

Issue - State: open - Opened by petdance almost 13 years ago
Labels: techdebt

#20 - Get rid of use_ok()

Issue - State: closed - Opened by petdance almost 13 years ago - 1 comment

#19 - page_links_ok eats SSL failure message

Issue - State: open - Opened by ezarko almost 13 years ago
Labels: bug

#18 - post_ok doesn't recognize any LWP_options

Issue - State: closed - Opened by petdance almost 13 years ago - 9 comments
Labels: feature

#17 - Add a method to do a HEAD or GET on all graphics referenced

Issue - State: closed - Opened by petdance almost 13 years ago - 5 comments
Labels: feature

#16 - Should be able to test for attributes

Issue - State: open - Opened by petdance almost 13 years ago
Labels: feature

#15 - Make $mech->content_contains complain if it gets passed a regex

Issue - State: closed - Opened by petdance almost 13 years ago - 1 comment
Labels: feature

#14 - page_links_ok() considers a link which requires Auth to be broken

Issue - State: open - Opened by petdance almost 13 years ago
Labels: bug

#13 - Unused $error in submit_form_ok(), follow_link_ok()

Issue - State: closed - Opened by moregan almost 13 years ago - 1 comment

#12 - $mech->grep_submits() should complain about bad input

Issue - State: open - Opened by petdance about 13 years ago
Labels: feature

#11 - There's no way to uncheck a checkbox in ->submit_form_ok()

Issue - State: open - Opened by forwardever about 13 years ago
Labels: feature

#10 - Patch: add autolint() accessor/mutator

Issue - State: closed - Opened by moregan about 13 years ago - 1 comment

#9 - submit_form_ok should detect non-existent forms instead of accepting them silently.

Issue - State: open - Opened by forwardever about 13 years ago
Labels: feature

#8 - Added PID to pseudo-random port in TestServer.

Pull Request - State: closed - Opened by chromatic about 13 years ago - 4 comments

#7 - remove an errant 'use HTML::Lint'

Pull Request - State: closed - Opened by richardc over 13 years ago - 1 comment

#6 - Allow custom lint objects

Pull Request - State: closed - Opened by leto over 13 years ago

#5 - Make lacks_uncapped_inputs work better

Issue - State: closed - Opened by petdance over 13 years ago - 1 comment
Labels: feature

#4 - submit_form_ok()'s failed test location is not reported correctly

Issue - State: closed - Opened by leto over 13 years ago - 2 comments

#3 - Validity checks in content_contains(), et al. are broken--'REGEX' vs 'Regexp'

Issue - State: closed - Opened by moregan over 13 years ago - 1 comment

#2 - add text_lacks()

Issue - State: closed - Opened by moregan over 13 years ago - 1 comment

#1 - add text_is()

Issue - State: closed - Opened by moregan over 13 years ago
Labels: feature