Sam Tsai
Sam Tsai
Yes the second jfiddle has issues if you go from one same value to another, but yes you'll be able to select other values. Eg bTerrible -> gTerrible does not...
Can you share a code sample or a reproducible example?
> I see DOM testing library is being called with only a single element: > > https://github.com/testing-library/cypress-testing-library/blob/ee75c1495bb3963a3becb5bfe3c05b8e901313de/src/index.js#L47-L50 > > https://github.com/testing-library/cypress-testing-library/blob/ee75c1495bb3963a3becb5bfe3c05b8e901313de/src/utils.js#L1-L14 > > This logic will have to change to iterate...
Owner of cypress-terminal-report shared this: Unfortunately this plugin cannot do much to prevent this. We already have tests supporting dynamic skipping and they are all passing ok. The issue is...
Have some linting errors, let me fix
@ldub It would be great if we exposed the type for `ParsingResult`.
Note if you're on Cypress 11, you'll need to update `TestConfigOverrides` to `SuiteConfigOverrides` (unless that's been updated in main/develop) ``` /// declare namespace Cypress { // specify additional properties in...
Are you looking for native support with Cypress? Otherwise, you can easily use a library like https://www.npmjs.com/package/js-yaml and create a `cy.task` to load the file.
@jordanpowell88 @emilyrohrbough could I get eyes on this PR?
@zedconte do you have permissions to re-run checks for me?