docker run -it -v "%cd%":/e2e -w /e2e cypress/included:6.2.1 --browser chrome
When attempting to execute this command within Visual Studio Code, an error is encountered:
docker: invalid reference format. See 'docker run --help'
Various attempts were made to change "%cd%" to {pwd} or $PWD, but as a Windows user, it was believed that "%cd%" was the most appropriate option, yet it did not resolve the issue.