Join Discord
Powered by
When I do `cy.intercept('post', '/path', {fixture:...
# help
f
fancy-mechanic-10638
09/25/2022, 8:10 AM
When I do
cy.intercept('post', '/path', {fixture: 'someFile'})
is there a way to then modify the file beyond that? It's a big JSON object, and for the 4 tests I want each one to slightly change a few values.
6
Views
Previous
Next