You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into this one several times...and I keep reporting them, so don't 🙄 on me 😉
Using the --coverage will nicely create the required sub-directories without issue. On the other hand, --junit-path fails with No such file or directory (os error 2) 😬
Would be great if those options where a path can be specified behave, across the board, like --coverage does.
The text was updated successfully, but these errors were encountered:
dsherret
changed the title
Create location(s) automatically if it/they don't exist(s)deno test --junit-path ... should create directory if not exists
Oct 31, 2023
I've run into this one several times...and I keep reporting them, so don't 🙄 on me 😉
Using the
--coverage
will nicely create the required sub-directories without issue. On the other hand,--junit-path
fails withNo such file or directory (os error 2)
😬Would be great if those options where a path can be specified behave, across the board, like
--coverage
does.The text was updated successfully, but these errors were encountered: