Need help to run tests on windows #292
-
Hello, I'm encountering an issue running tests on the main branch using the Dart main channel on Windows, where most tests fail with the following error: It seems the temporary folder for the tests is located on my The problem appears to happen when final projectPackageConfig = await parsePackageConfig(projectDirectory); Within this code, I realize this may not be directly related to this package, as it involves core Dart URI handling. However, I'd like to know if others have experienced this issue or if there are any workarounds to make this work on Windows. How do you run these tests on Windows without encountering this issue? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I do not code on a windows device, so I never ran tests on windows. It could be that they don't work there. |
Beta Was this translation helpful? Give feedback.
I do not code on a windows device, so I never ran tests on windows. It could be that they don't work there.