How to enqueue only certain commands in cypress?

Viewed 20

I want cypress to only enqueue and start certain commands, for example, ['visit', 'get'] could be the only ones to enqueue. And any other cypress command should be ignored. Is there a way I can implement that?

0 Answers
Related