Majd Khasib
Majd Khasib
@kazupon @exoego Can someone tell us If we created a PR for this when it will be merged? We're going to work on it using the $n. If you can...
@kazupon We're currently using V8. We need to integrate this to the $n as following: ### Suggested solution Suggested solution is use [Intl.PluralRules ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules) that has ordinals type and let's...
Just tested it in two different RTL languages (with integration to $n plugin) 
@kazupon Can you please take a look and give an estimation on this feature? thanks
@sheremet-va How about excluding .vue files imported in .js test files from coverage report? how can we do that? Please check this for details: https://github.com/vitest-dev/vitest/issues/6058#issuecomment-2215071109
Hello @JessicaSachs Is this issue still valid in 2024? or you were able to find a workaround it
@mcmartincerny My issue was clicking a link that opened a different origin(A different url than cypress). I fixed it by preventing such behavior I was using this: cy.visit('/...') So changing...