cypress-io / cypress-chrome-recorder

Export Cypress Tests from Google Chrome DevTools' Recorder
MIT License
226 stars 18 forks source link

fix(selectors): handle when there are a unique selector #63

Open 11joselu opened 1 month ago

11joselu commented 1 month ago

Hello :)

Some time we can edit chrome generated selectors, that's means, the result of the selectors in the json file is a Array<string>instead of Array<Array<string>>

More about selector types in replay repo

Example in a video: https://github.com/cypress-io/cypress-chrome-recorder/assets/8685132/6721e734-6a79-4708-8664-022e576c3de0

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

cypress-app-bot commented 1 month ago
11joselu commented 1 month ago

@jennifer-shehane Hi,

Is there any news for this?

jennifer-shehane commented 1 month ago

@11joselu No, we'll need to look at this in our next sprint.