Generate image when using element OR selector
Open
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
```js
cy.get('.todos, .stat').cyclope('todos-and-stats.png', {
elementSelector: '.todos, .stat',
})
```
Currently ignores the second CSS selector
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the shown Cypress call with the `.todos, .stat` selector and inspect the implementation behind `cy.get(...).cyclope` and its `elementSelector` option. Done means both CSS selectors contribute to the generated `todos-and-stats.png` image rather than the second selector being ignored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, javascript
- Domain
- testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100