I m trying to use fixtures element inside exec but it doesnt work.
cy.exec('ssh ${this.config.ssh} ${this.config.path} ')
Could you please help me? Is it possible to use fixture in this way?
Try to import with 'require'
I use fixtures like this: const quote = require('../fixtures/quote.json')