bahmutov / bahmutov/cyclope

Generate image when using element OR selector

Open
#43 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.