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
I need to read in some data from a fixture, so I have added a fixtures folder to the e2e directory (such that it is at project_dir/tests/e2e/fixtures), but no matter what I try it is erroring and saying that fixtures should be stored under node_modules@synthetixio/synpress/fixtures/, which I don't think would be correct.
Is there additional config required to utilise fixtures?
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
-
I currently have my file structure set out how the guide instructs:
I need to read in some data from a fixture, so I have added a fixtures folder to the e2e directory (such that it is at
project_dir/tests/e2e/fixtures
), but no matter what I try it is erroring and saying that fixtures should be stored undernode_modules@synthetixio/synpress/fixtures/
, which I don't think would be correct.Is there additional config required to utilise fixtures?
Beta Was this translation helpful? Give feedback.
All reactions