I am trying to add MochaAwesome reporter in my cypress typescript tests. When I add
require('cypress-mochawesome-reporter/plugin')(on); in my cypress.config.ts file, I am getting "Require statement not part of import statement". Have anyone else seen this issue and is there any solution for this problem?

adding mochawesome reporter in typescript
486 Views Asked by Tarishah At
1
Maybe the 'tsconfig.json'?
My config looks something like