microsoft / WSL

Issues found on WSL
https://docs.microsoft.com/windows/wsl
MIT License
17.17k stars 804 forks source link

Files generated relative to project - for both Windows and Linux absolute file path #8776

Closed carpben closed 6 months ago

carpben commented 1 year ago

Version

21H2 - 22000.856

WSL Version

Kernel Version

5.10.16

Distro Version

Ubuntu 20.04

Other Software

Oh my zsh WDIO node project running puppeteer. Full dependencies (package.json):

  "dependencies": {
    "@types/jquery": "3.5.6",
    "@types/uuid": "8.3.1",
    "@wdio/cli": "7.20.5",
    "@wdio/devtools-service": "7.20.5",
    "@wdio/local-runner": "7.20.5",
    "@wdio/mocha-framework": "7.20.3",
    "@wdio/spec-reporter": "7.20.3",
    "axios": "0.27.2",
    "chalk": "4.1.1",
    "dotenv": "10.0.0",
    "moment": "2.29.4",
    "ts-node": "10.1.0",
    "typescript": "4.4.2",
    "uuid": "8.3.2"
  }, 
  "devDependencies": {
    "@dudadev/prettier-config": "1.0.1",
    "eslint": "7.31.0",
    "eslint-plugin-import": "2.23.4",
    "prettier": "2.3.2",
    "puppeteer": "14.4.1"
  }

Repro Steps

on wsl run a headful wdio test.

npm i
npm run test testName 

Expected Behavior

Chromium will generate some files (perhaps for caching or logging) outside of the project root folder, in an Ubuntu structure.

Actual Behavior

Chromium generates files in Ubuntu and Windows path structure, but relative to the project root.

image

Diagnostic Logs

No response

microsoft-github-policy-service[bot] commented 6 months ago

This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.

Thank you!