I have a little problem with the intellij recognition of cypress test code. I know that cypress is built on mocha but i my spec file the describe and it function are recognized as 'runable' code but it shouldn't. I have another project using cypress in which i don't have this problem. The first capture is what i think it should work like => how it should work
And right now it works like this how it actually looks like
I've compared the config files but i didn't found anything relevant this is why i think it's just intellij. Also when i launch cypress the tests works perfectly.