Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-12 | behavior: Ignore invalid URLs when extracting links | Lars-Dominik Braun | 1 | -1/+10 | |
Fixes #18. | |||||
2019-03-22 | behavior: Test DomSnapshot | Lars-Dominik Braun | 1 | -1/+27 | |
2019-03-21 | behavior: Test Screenshot | Lars-Dominik Braun | 1 | -10/+50 | |
2019-03-21 | behavior: Test crash | Lars-Dominik Braun | 1 | -13/+36 | |
2019-03-08 | Use yaml.safe_load_all | Lars-Dominik Braun | 1 | -1/+1 | |
load_all is deprecated. A safe YAML subset is fine for our purpose. See https://msg.pyyaml.org/load | |||||
2019-01-04 | coverage: Ignore a few unreachable statements | Lars-Dominik Braun | 1 | -1/+1 | |
2019-01-04 | behavior: Support clicking area and add testcase | Lars-Dominik Braun | 1 | -2/+69 | |
2018-12-21 | Parse URLs by default | Lars-Dominik Braun | 1 | -4/+4 | |
Use library yarl (already pulled in by aiohttp). No URL processed should be a string. | |||||
2018-12-02 | behavior: Improve click testing | Lars-Dominik Braun | 1 | -17/+37 | |
Some pages require scrolling, so we need a SinglePageController. Also mark network-dependent tests with xfail, so they won’t affect the overall test result unless you know what you’re doing (--runxfail). | |||||
2018-12-01 | behavior: Add selector test cases | Lars-Dominik Braun | 1 | -0/+78 | |
Fixes #3. |