Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Fixed
hawkeyexl pushed 1 commit to 2.19.0 doc-detective/doc-detective-core
- Fix retryLimit declaration in saveScreenshot function for clarity 318c660
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Fixed
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Added
hawkeyexl created a review comment on a pull request on doc-detective/doc-detective-core
Added
hawkeyexl pushed 5 commits to 2.19.0 doc-detective/doc-detective-core
- Remove unnecessary console log from runCode function 54178d4
- Add test artifact for right-click functionality in find_rightClick.spec.json 3e35e40
- Add retry limit for saving cropped screenshots to prevent infinite loop d192601
- Refactor image resizing in saveScreenshot function to use buffers for PNG conversion 87b9793
- Add saveScreenshot test case for specific element and update URL; remove viewport dimensions from Firefox options 8b815ae
hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Will release with v2.19.0.
hawkeyexl closed an issue on doc-detective/doc-detective-core
Add viewport size controls for browser contexts
Browser chromes vary by browser and by operating system, which can make screenshots difficult to manage and screenshot diffing impossible because the resulting images need to be the same dimensions...hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Will release with v2.19.0.
hawkeyexl closed an issue on doc-detective/doc-detective-core
Doc Detective hangs when using cropping feature of screenshot when element is not fully onscreen
So, I began testing Doc Detective with our product, and have hit a hang that seem to happen with screenshots using the cropping feature. I'm running on MacOS, talking to an instance of our product...hawkeyexl created a comment on an issue on doc-detective/doc-detective-common
Will release with v2.19.0.
hawkeyexl closed an issue on doc-detective/doc-detective-common
Add viewport size controls to context schema
Should support viewport height and width setting.hawkeyexl created a comment on an issue on doc-detective/doc-detective-common
Will release with v2.19.0.
hawkeyexl closed an issue on doc-detective/doc-detective-common
Support click types in `find` action
Support at least `type`, mimicking Webdriver.io's [`button`](https://webdriver.io/docs/api/element/click/#parameters) option. Should support 'left', 'right', and 'middle'.hawkeyexl created a comment on an issue on doc-detective/doc-detective-core
Included in v2.19.0
hawkeyexl closed an issue on doc-detective/doc-detective-core
Support right-click behavior
Right now, the `find` action's `click` option only supports left-clicks, but some interfaces and procedures require right-clicking. To support this, we need to at least expand the `click` option to...hawkeyexl opened a pull request on doc-detective/doc-detective-core
2.19.0
- Added `runCode` action - Added custom viewport sizing - Added right and middle button clicking - Added dynamic screenshot resizing to account for pixel density differences between devices when...hawkeyexl created a branch on doc-detective/doc-detective-core
rc - The NPM package that powers Doc Detective's testing functionality.