Skip to content

Cannot debug with Visual Studio Code #1295

@elranu

Description

@elranu

What are you trying to achieve?

I'm trying to debug with VS Code as it says on: https://codecept.io/advanced/#debug

What do you get instead?

I get: "setting the outFiles attribute might help":

vscode

Details

  • CodeceptJS version: 1.4.4
  • NodeJS Version: 9.5.0
  • Operating System: Win 10
  • Puppeteer
  • Configuration file:
{
    "tests": "src/*-tests.js",
    "timeout": 10000,
    "output": "./output",
    "helpers": {
        "Puppeteer": {
            "url": "http://localhost:8080/",
            "show": true
        }
    },
    "include": {
        "I": "./steps_file.js"
    },
    "bootstrap": false,
    "mocha": {},
    "name": "BTRE2ETests"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions