mysterious-belgium-25713
js import * as myJson from '../../fixtures/example.json' describe('Actions', () => { it("json file reading", ()=> { cy.log(myJson.name) cy.log(myJson.email) }) })