I recently upgraded my cypress from 9X version to 10X version and installed cypress-grep plugin and wants to run Test specs based on the Tags I passed in the spec files. After I upgrade, the cypress-grep works fine, but, getting error while running a specific spec and shows like
Cannot set properties of undefined (setting '_testConfig')
what needs to be done for this?