Hey I would like to bring to your attention an issue I encountered during testing.
The test process encountered an error as it was unable to locate a specific file, resulting in the following error message: "Error: ENOENT: no such file or directory, open '/Users/aleksamitic/Desktop/Personal%20Projects/....'
After dedicating several hours to troubleshooting, I successfully identified the root cause of the problem. It appears that the issue stemmed from URL encoding referencing. Upon renaming the folder in question to "PersonalProjects" the test functioned flawlessly.
Hey I would like to bring to your attention an issue I encountered during testing.
The test process encountered an error as it was unable to locate a specific file, resulting in the following error message: "Error: ENOENT: no such file or directory, open '/Users/aleksamitic/Desktop/Personal%20Projects/....'
After dedicating several hours to troubleshooting, I successfully identified the root cause of the problem. It appears that the issue stemmed from URL encoding referencing. Upon renaming the folder in question to "PersonalProjects" the test functioned flawlessly.