Implement faker for our frontend testing #888
Labels
CI/CD
cypress
Tests related to user interface interactions using Cypress.
enhancement
New feature or request
testing
Problem
We want to use randomly generated data from the faker library in order to do our testing on the frontend. This will allow us to generate new data on each test run that can help us test edge cases better instead of hardcoded perfect data by ourselves. Along with this it will help us with intercept from calling our production database which costs money per database call.
Success
Implement the faker library as our fake data on front end tests in e2e and the tests are still passing.
Requirements
Implementation notes
Follow the backend faker set up and use the documentation linked above
The text was updated successfully, but these errors were encountered: