I wanted to break up my commands file and put them in a /support/commands/ directory. Worked great, but now I'm getting what looks to be an error when cypress attempts to load the actual directory
500: http://localhost:2020/__cypress/tests?p=cypress/support/commands-247
I verified this by adding an empty directory called foo with the same result:
500: http://localhost:2020/__cypress/tests?p=cypress/support/foo-860
I wanted to break up my commands file and put them in a
/support/commands/directory. Worked great, but now I'm getting what looks to be an error when cypress attempts to load the actual directory500: http://localhost:2020/__cypress/tests?p=cypress/support/commands-247I verified this by adding an empty directory called
foowith the same result:500: http://localhost:2020/__cypress/tests?p=cypress/support/foo-860