When I do `cy.intercept('post', '/path', {fixture:...
# help
f
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