I am trying to use fakerjs in my cypress tests to randomly generate fake data for my forms. I have tried exporting it in support/index.js
which did not work.
Is there any standard way to add fakerjs to all cypress specs instead of adding it in every spec file?