cypress-wait-until
cypress-wait-until copied to clipboard
Move the Cypress tests to TypeScript
Today I imported this plugin into a TypeScript-based Cypress project. TS did not like the old definition (that's why I fixed it with #17 ) but we must avoid that the end user discovers it himself.
That's why I propose to move the Cypress test to TypeScript. @allevo do you want to do that? 👋
Pull request is already merged so could you close this issue? :)
Hi @Lukaszli , the closed PR was "update the TS definition" while this one is "translate the existing cypress tests to TS" so, no, it could not be closed yet 😊
awesome plugin! works like a charm :)
I just started using this and noticed that the typescript doesn't seem to be working when the waituntil() is hanging immediately off of cy ?
HI @SteveSchreiner, thank you 😊 Could you share the TypeScript error, please? And, if possible, a repo containing just the ts-config file for Cypress and the mentioned test code?
The #66 could have been prevented by converting all the tests to TypeScript.
Cypress released 4.4.0
version including first-class TypeScript support.