Reuse results of random generation function as “const”
Newbie question here,
For Cypress test of a web project, I generated a random name for an item creation. I want to “store” the resultat as “const” in order to check that folder is created.
Here is my function: