Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/remote/test/puppeteer/.vscode/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  launch.template.json   Sprache: unbekannt

 
Spracherkennung für: .json vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "inputs": [
    {
      "type": "pickString",
      "id": "suit",
      "description": "Which test suit to run?",
      "options": [
        "chrome-headless",
        "chrome-headful",
        "chrome-headless-shell",
        "firefox-headless",
        "firefox-headful",
        "chrome-bidi"
      ],
      "default": "chrome-headless"
    }
  ],
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Launch Tests",
      "skipFiles": ["<node_internals>/**"],
      "runtimeExecutable": "npm",
      "cwd": "${workspaceFolder}",
      "runtimeArgs": [
        "run-script",
        "test",
        "--",
        "--test-suite",
        "${input:suit}",
        "--no-coverage",
        "--no-suggestions"
      ],
      "outFiles": ["${workspaceFolder}/**/*.js"],
      "env": {
        "DEBUGGER_ATTACHED": true
      }
    }
  ]
}

[ Dauer der Verarbeitung: 0.27 Sekunden  ]