brash-cpu-33893
09/26/2022, 6:02 PMfancy-mechanic-10638
09/26/2022, 6:04 PM/cypress/fixtures/file.xml
and put it there. Then you read it via cy.fixture('file')
and then do a string replacement to populate the values you want.brash-cpu-33893
09/26/2022, 6:14 PMfancy-mechanic-10638
09/26/2022, 6:16 PMbrash-cpu-33893
09/26/2022, 6:17 PMfancy-mechanic-10638
09/26/2022, 6:17 PMcy.fixture('file.xml').then(contents => contents.replace("FILE_REF", fileRef)
replace
call