mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 11:00:35 -06:00
* refactor desktop-gui spec path handling - differentiate folders vs spec files - simplify specs store, remove mutations - fix spec changing via browser url - normalize paths for windows on server * move windows paths logic back to desktop-gui using any method from node’s path util converts / back to \ on windows, so trying to normalize the paths to use / is futile. instead, properly split and compare paths in the desktop gui as needed