Dynamic Tests From Cypress Fixture

added by JavaScript Kicks
9/29/2021 1:51:06 PM

1316 Views

Import a JSON fixture file to create dynamic Cypress tests Often, you need to run the same test with different data. For example, one might want to test how the backend API handles creating an item for multiple items with different parameters. We could write a separate test for each item.


0 comments