brainy-account-24503
07/19/2022, 6:27 AMCypress.Commands.add('myCommand', () => {console.log("fired"})
support/index.js: (According to documentation this should not be necessary)
import './commands.js';
If I do the above the command is not recognized.
If I add the import to support/e2e.js then it's recognized but is not firing.
Anything I'm missing?