G-Fidalgo / cypress-runner

Run one or multiple Cypress test from CodeLens
MIT License
6 stars 0 forks source link

Not working on Windows 10 #7

Closed clabnet closed 1 year ago

clabnet commented 2 years ago

Steps to reproduce the behavior:

The command path to execute cypress contain the slash and not the backslash

D:\_PROJECTS\POMINI\labs\vue-e2e>"d:/_PROJECTS/POMINI/labs/vue-e2e/node_modules/cypress/bin/cypress" run --spec "d:\_PROJECTS\POMINI\labs\vue-e2e\cypress\e2e\pomini-api\nuovo.cy.js"
G-Fidalgo commented 1 year ago

Hi @clabnet thank you for the openned issue, already released v 2.0.0 that solves the issue that you had and should properly work on Windows OS

Also enhanced Cypress V 10 and higher :)