You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone!
I faced with a situation when I need to add support of bignumber(https://github.com/MikeMcl/bignumber.js/) library to my cypress tests.
I just need to multiply and divide really huge numbers.
How do you think what is the best way to implement it to the cypress. I tried to use a cy.task for it, but it causes a lot of problems from me with async code.
Can anyone give me some advice?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi everyone!
I faced with a situation when I need to add support of bignumber(https://github.com/MikeMcl/bignumber.js/) library to my cypress tests.
I just need to multiply and divide really huge numbers.
How do you think what is the best way to implement it to the cypress. I tried to use a cy.task for it, but it causes a lot of problems from me with async code.
Can anyone give me some advice?
Beta Was this translation helpful? Give feedback.
All reactions